Skip to content

Commit

Permalink
Merge branch 'develop' into celery_health_check
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer authored Dec 6, 2024
2 parents 3d85437 + d71b0c6 commit e36072c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visyn_core/celery/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def readiness_on_worker_shutdown(**_):
readiness_file.unlink(missing_ok=True)

_log.info("Initializing celery app")
manager.celery = Celery("visyn", **manager.settings.visyn_core.celery)
manager.celery = Celery("visyn", result_extended=True, **manager.settings.visyn_core.celery)

if manager.settings.visyn_core.celery_liveness_file:
from celery import bootsteps
Expand Down

0 comments on commit e36072c

Please sign in to comment.