Scheduar is not picking up the execution
RamuRChenchaiah opened this issue · 11 comments
Hi There
We have setup our pipeline with schedule 0 0 6 * * * (following the provided link).
So far it is more than 8 hours, but the trigger does not happen.
We observed no logs on the same either.
Any help/pointers please?
Thank you
Interesting, I think there is a setting where you have to enable crons if I recall correctly. 🤔 I'll take a look.
There is no setting, also I remember that the library we use is using an incorrect syntax for the crons. Try removing a zero and see if that does anything. :)
@Skarlso
Sure, Thanks. Let me check with that.
Huh, odd. I'll check it then I'll get back to you shortly.
Thanks, @Skarlso
The 1min, 1hourly settings work.
Where we had problem is:
After a while(not sure on the timeline), we see the pipeline moves to 'scheduled' state, and not moving to 'running' and the 'success' state.
Sadly, I have no idea. :( That scheduler is some old code, and I don't have the bandwidth to fully investigate what's going on there. I'll do my best effort to rummage through that and try to find out if there is something wrong.