refactor: migrate workflow actions to runtime config snapshot

This commit is contained in:
jxxghp
2026-08-23 00:37:03 +08:00
parent 176d9255e5
commit ab51b5116a
6 changed files with 157 additions and 10 deletions
@@ -9,7 +9,7 @@
"root": "app"
},
"settings_imports": {
"count": 130,
"count": 127,
"files": [
"app/adapters/cache/backends.py",
"app/adapters/cache/redis.py",
@@ -136,10 +136,7 @@
"app/startup/modules_initializer.py",
"app/startup/plugins_initializer.py",
"app/startup/routers_initializer.py",
"app/workflow/actions/add_subscribe.py",
"app/workflow/actions/fetch_medias.py",
"app/workflow/actions/fetch_rss.py",
"app/workflow/actions/scan_file.py",
"app/workflow/actions/send_message.py"
]
},