Harden worker queue and restore drill defaults
This commit is contained in:
@@ -172,7 +172,7 @@ def reconcile_runtime_environment(
|
||||
"ENABLED_MODULES": ",".join(spec.enabled_modules),
|
||||
"CELERY_ENABLED": "true" if redis.mode != "disabled" else "false",
|
||||
"CELERY_QUEUES": (
|
||||
"send_email,append_sent,notifications,calendar,dataflow,workflow,events,default"
|
||||
"send_email,append_sent,notifications,mail,calendar,dataflow,workflow,postbox,events,idm,default"
|
||||
),
|
||||
"CORS_ORIGINS": spec.public_url,
|
||||
"GOVOPLAN_TRUSTED_HOSTS": public.hostname or "",
|
||||
@@ -465,8 +465,8 @@ def render_compose(spec: InstallationSpec) -> dict[str, object]:
|
||||
"worker",
|
||||
"--queues",
|
||||
(
|
||||
"send_email,append_sent,notifications,calendar,"
|
||||
"dataflow,events,default"
|
||||
"send_email,append_sent,notifications,mail,calendar,"
|
||||
"dataflow,workflow,postbox,events,idm,default"
|
||||
),
|
||||
"--loglevel",
|
||||
"INFO",
|
||||
|
||||
Reference in New Issue
Block a user