Skip to content

Commit 4792736

Browse files
committed
deprecation celery 6.0
1 parent 83f7186 commit 4792736

File tree

1 file changed

+1
-0
lines changed
  • services/storage/src/simcore_service_storage/modules/celery

1 file changed

+1
-0
lines changed

services/storage/src/simcore_service_storage/modules/celery/_common.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ def create_app(celery_settings: CelerySettings) -> Celery:
2222
app.conf.task_send_sent_event = True
2323
app.conf.task_track_started = True
2424
app.conf.worker_send_task_events = True # enable tasks monitoring
25+
app.conf.broker_connection_retry_on_startup = True
2526

2627
return app

0 commit comments

Comments
 (0)