Skip to content

Commit

Permalink
Fixing celery once config
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Aug 23, 2023
1 parent 377a99c commit a463639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@
CELERY_ACCEPT_CONTENT = ['application/json']
CELERY_ONCE = {
'backend': 'core.common.backends.QueueOnceRedisBackend',
'settings': {}
}
CELERYBEAT_SCHEDULE = {
'healthcheck-every-minute': {
Expand Down

0 comments on commit a463639

Please sign in to comment.