Replies: 3 comments
|
Same is for bad crons like this "0 0 4 * * *" |
0 replies
|
Sorry for the really long delay, @ogmueller. Don't know how I missed this. I agree, this should be raising an error. Also yes, @sebbi08, agreed. This will get escalated but there is no E.T.A. |
0 replies
this is a good cron according to the docs but doesn't work. If you exclude the seconds, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I entered an incorrect schedule "@every 1d", because I thought that "d" is also allowed. I would have expected chadburn to report an error, when starting up/reading in the labels, but it doesn't.
Somehow chadburn is "reading/registering" the cron anyway, because once I fixed the problem, the log said this:
It wasn't showing the registration, but the deregistration of the cron.
An error message would be very helpful in the logs, so those kind of problems can be identified easier.
PS: It would be great, if the log would also add information about the container (e.g. name or ID)
All reactions