Add cross-module operational and interaction contracts
This commit is contained in:
@@ -155,8 +155,8 @@ class Settings(BaseSettings):
|
||||
master_key_b64: str | None = Field(default=None, alias="MASTER_KEY_B64")
|
||||
celery_queues: str = Field(
|
||||
default=(
|
||||
"send_email,append_sent,notifications,calendar,"
|
||||
"dataflow,workflow,events,default"
|
||||
"send_email,append_sent,notifications,mail,calendar,"
|
||||
"dataflow,workflow,postbox,events,idm,default"
|
||||
),
|
||||
alias="CELERY_QUEUES",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user