refactor: 重命名 automation worker 为 general worker 并完善错误处理
This commit is contained in:
+2
-2
@@ -30,9 +30,9 @@ SOCIAL_REDIS__DB=0
|
||||
############
|
||||
# Worker 队列分组配置
|
||||
# agent: 常规异步任务
|
||||
# automation: 批处理/重计算/可延迟任务
|
||||
# general: 通用任务(analytics 写入 + automation 批处理)
|
||||
SOCIAL_WORKER__GROUPS__AGENT__CONCURRENCY=2
|
||||
SOCIAL_WORKER__GROUPS__AUTOMATION__CONCURRENCY=2
|
||||
SOCIAL_WORKER__GROUPS__GENERAL__CONCURRENCY=2
|
||||
|
||||
############
|
||||
# Automation 调度器配置
|
||||
|
||||
Reference in New Issue
Block a user