gaia-pipeline / gaia

Build powerful pipelines in any programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduar is not picking up the execution

RamuRChenchaiah opened this issue · 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.

Hi @Skarlso

unfortunately, this did not work.
Any help please.

Thanks

Huh, odd. I'll check it then I'll get back to you shortly.

So I created a new pipeline using 1 * * * * * and it does run every 1 minute:

Screenshot 2021-11-15 at 12 36 02

Screenshot 2021-11-15 at 12 37 16

Keeps on running nicely.

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.