Skip to content

Commit

Permalink
Merge pull request #106 from uktrade/feature/resolve-celery
Browse files Browse the repository at this point in the history
feature/resolve-celery
  • Loading branch information
hareshkainthdbt authored Dec 10, 2024
2 parents c78b079 + b7240e9 commit cc209c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fbr/celery_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
celery_app.config_from_object("django.conf:settings", namespace="CELERY")
celery_app.autodiscover_tasks()

# Disable Django Fixups
celery_app.fixups = []

celery_app = healthcheck.setup(celery_app)

celery_app.conf.beat_schedule = {
Expand Down

0 comments on commit cc209c8

Please sign in to comment.