Have Celery use UTC timezone
This commit is contained in:
@@ -263,3 +263,5 @@ REST_FRAMEWORK = {
|
||||
# ----------- Celery ----------
|
||||
BROKER_URL = 'django://'
|
||||
CELERY_RESULT_BACKEND = 'djcelery.backends.database:DatabaseBackend'
|
||||
CELERY_TIMEZONE = 'UTC'
|
||||
CELERY_ENABLE_UTC = True
|
||||
|
||||
Reference in New Issue
Block a user