-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Substantial drift from celery worker when celery is running from different container where django has setup for own timezone
Tried with CELERY_TIMEZONE and it didn`t resolve the issue, difference in times still exists.
Describe the solution you'd like
Add installation of tzdata
which gives a possibility set correct timezone in container by setting TZ
environment.
Fix is provided in #1162
felixriese