django-celery-beat
django-celery-beat copied to clipboard
Package not handling Daylight Savings Time
Seems like this package is not handling daylight savings time correctly when a timezone is set as a field, for example, both Django and Celery are running in DST but I create a crontab to run at every day at 9:00 AM in US/Eastern, when the DST changes tasks are not properly executed. I don't see any test case for this in the package but I see them for Celery. Happy to contribute a fix if this is a confirmed issue, I have test cases for it but may have wrongly configured it.
@auvipy ping
Any advice on this @thedrow @tinylambda
whats the update with latest release or master?
It was with the latest release, wrote some tests with Master as well and not working
Any updates on this? I'm being asked if our task runtimes will start earlier due to the DST change and saw this issue while searching for answers.
is it still not fixed in master?
I'm not working with this package or Python anymore, can do some testing against master again over the weekend
The next DST change is coming soon ...
@auvipy do you have reason to believe this has been fixed?
@codeadict have you identified where in the code this problem might lie?
Hi @wryfi , i actually stopped working on the company we used this package, cannot remember what my results after debugging it were.