tz utility swap and many test updates

This commit is contained in:
stvnrlly
2022-11-10 12:33:25 -05:00
parent 929b641e2f
commit b50cb4712f
38 changed files with 351 additions and 343 deletions

View File

@@ -187,7 +187,7 @@ class Config(object):
'broker_transport_options': {
'visibility_timeout': 310,
},
'timezone': 'Europe/London',
'timezone': getenv("TIMEZONE", 'America/New_York'),
'imports': [
'app.celery.tasks',
'app.celery.scheduled_tasks',