mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 06:56:29 +08:00
update(docker): add triggered workflow dispatcher and refresh executor to default Celery queues
This commit is contained in:
parent
5c69521973
commit
4221e99362
@ -34,10 +34,10 @@ if [[ "${MODE}" == "worker" ]]; then
|
|||||||
if [[ -z "${CELERY_QUEUES}" ]]; then
|
if [[ -z "${CELERY_QUEUES}" ]]; then
|
||||||
if [[ "${EDITION}" == "CLOUD" ]]; then
|
if [[ "${EDITION}" == "CLOUD" ]]; then
|
||||||
# Cloud edition: separate queues for dataset and trigger tasks
|
# Cloud edition: separate queues for dataset and trigger tasks
|
||||||
DEFAULT_QUEUES="dataset,pipeline,mail,ops_trace,app_deletion,plugin,workflow_storage,conversation,workflow_professional,workflow_team,workflow_sandbox,schedule_poller,schedule_executor"
|
DEFAULT_QUEUES="dataset,pipeline,mail,ops_trace,app_deletion,plugin,workflow_storage,conversation,workflow_professional,workflow_team,workflow_sandbox,schedule_poller,schedule_executor,triggered_workflow_dispatcher,trigger_refresh_executor"
|
||||||
else
|
else
|
||||||
# Community edition (SELF_HOSTED): dataset, pipeline and workflow have separate queues
|
# Community edition (SELF_HOSTED): dataset, pipeline and workflow have separate queues
|
||||||
DEFAULT_QUEUES="dataset,pipeline,mail,ops_trace,app_deletion,plugin,workflow_storage,conversation,workflow,schedule_poller,schedule_executor"
|
DEFAULT_QUEUES="dataset,pipeline,mail,ops_trace,app_deletion,plugin,workflow_storage,conversation,workflow,schedule_poller,schedule_executor,triggered_workflow_dispatcher,trigger_refresh_executor"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
DEFAULT_QUEUES="${CELERY_QUEUES}"
|
DEFAULT_QUEUES="${CELERY_QUEUES}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user