mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 13:08:34 +03:00
optimizing compose and logging
This commit is contained in:
@@ -11,6 +11,7 @@ def get_celery(name:str="") -> Celery:
|
||||
name,
|
||||
broker_url=get_settings().CELERY_BROKER_URL,
|
||||
result_backend=get_settings().CELERY_BROKER_URL,
|
||||
broker_connection_retry_on_startup=False
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user