-
Notifications
You must be signed in to change notification settings - Fork 38
Cronjobber does not work with slim tzdata format #34
Comments
Hello, Same issue here. We normally scale up our pods in the evening, yet they have been triggered in the morning today. I found the following text in the logs:
Best, |
Hello, @u6f6o and I have the exact same problem. We have 4 different namespaces with 2 jobs each. Today, they all ran at exactly the same time (10:44 AM).
Our local time zone is CEST ( |
May be related to #24. Actually don't have the workload to investigate deeper. Switched to default Kubernetes CronJob while the issue is not fixed/investigated. |
Running into the same problem here. Now my |
Sorry about this unexpected behaviour, and I hope it did not result in too much chaos. Can you all please confirm you are using the latest |
Just noticed this is happening for us as well. Running
|
Yeap, same for me. Hopefully it can be fixed soon |
When I look at the logs of the cronjobber I see this errors that keep repeating over and over again:
Maybe something is wrong w/ the service account? In fact my service account that was installed before was gone. |
@maksimu Your errors should be unrelated. Your service account seems to be missing the correct
|
The problem is due to The best option here is likely to start using Go 1.15, and make use of the embedded timezone information there, which makes the timezone update utility obsolete. |
@hiddeco do you find time to fix this? Otherwise I can draft a PR. |
I have just crafted a release, once it has been pushed to the registry, using the I will track the Go issue to release a new version once it is able to understand the |
Works again with |
The bug fix for this problem has landed in the release branch for Go |
I am just wondering when cronjobber is going to be patched with the golang fix (starting from 1.15.4) for handling slim tzdata given that we are already past the 2021 DST transition. Thanks! |
Hello all, It is likely not what you hoped, but I do at present not have the bandwidth to further maintain this project. See #43 (comment) for more information. |
Hello,
I have a two CronJob the one set to
0 1 * * *
inEurope/Paris
which is running at 3 CEST, the other one scheduled at0 3 * * *
inEurope/Paris
ran at 5 CEST...Do you have any idea why it's not running at the time it was scheduled ?
Thanks,
The text was updated successfully, but these errors were encountered: