Cron Jobs skipped (no snapshot)
Anonymous
TRIALOP

2 years ago

I’m trying to work out why the cron job scheduler isn’t triggering. It appears that when it runs it’s skipped and when I try to run it manually I get “cannot redeploy without a snapshot”. Attempted to find something in the docs to shed some light on this, but couldn’t find anything. Not sure if anyone’s ran into this before?

6 Replies

Anonymous
TRIALOP

2 years ago

b9f11c7b-92eb-410e-adc1-79b9e7f7ae5f


brody
EMPLOYEE

2 years ago

what kind of app are you trying to run on cron?


Anonymous
TRIALOP

2 years ago

it’s just a nodeJS function that’s called in a docker container, if I push a new build and then run the job it runs fine but not when it’s been there for a while it seems


Anonymous
TRIALOP

2 years ago

Yeah if I push a new build then it moves into the ready state, and I’m able to run now


Anonymous
TRIALOP

2 years ago

doing so runs the job fine, but it doesn’t get put back in the ready state after it seems


brody
EMPLOYEE

2 years ago

are you sure it exists when it's done it's job? if it never exits then all subsequent jobs will be skipped.


Loading...