-
Notifications
You must be signed in to change notification settings - Fork 457
Period Tasks Don't Adjust for Daylight Savings #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This seems to have corrected itself over time, but it was off for one triggering. |
Had the same issue - on the daylight saving day all my tasks got scheduled badly. |
I also experienced this issue. All crontab scheduled commands during daylight saving day suffered. Running in the old time, instead of the new time. |
Any update whether it is fixed or still exists? |
Team, any update on this issue? We encountered the same problem yesterday due to daylight saving time in New York. Our jobs are scheduled to run daily at 16:04 in the America/New_York timezone (CrontabSchedule). However, on March 9, the job ran at 17:04 instead. The celery version is 5.3.4 (emerald-rush). |
Had this exact issue yesterday with starting DST in Europe/Amsterdam timezone. The schedule self-corrected for the next day. |
is this PR related #605 ? |
I have a periodic task set with a crontab of
0 14 4 * *
(Every Thursday at 2 PM) andTIMEZONE
for Django set toAmerica/Los_Angeles
. Upon the recent change in time, it now triggers at 3 PM Los Angeles time, as if Daylight Savings hadn't started.I do not have a different timezone set for Celery.
The text was updated successfully, but these errors were encountered: