We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5c582 commit 36711ceCopy full SHA for 36711ce
src/hope_dedup_engine/config/fragments/celery.py
@@ -3,6 +3,7 @@
3
CELERY_ACCEPT_CONTENT = ["json"]
4
CELERY_BROKER_URL = env("CELERY_BROKER_URL")
5
CELERY_BROKER_VISIBILITY_VAR = env("CELERY_VISIBILITY_TIMEOUT")
6
+CELERY_BROKER_TRANSPORT_OPTIONS = {"visibility_timeout": CELERY_BROKER_VISIBILITY_VAR}
7
8
CELERY_BEAT_SCHEDULER = "django_celery_beat.schedulers.DatabaseScheduler"
9
0 commit comments