Cron Jobs skipped (no snapshot)
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?
5 Replies
Project ID:
b9f11c7b-92eb-410e-adc1-79b9e7f7ae5f
b9f11c7b-92eb-410e-adc1-79b9e7f7ae5f
what kind of app are you trying to run on cron?
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
Yeah if I push a new build then it moves into the ready state, and I’m able to run now
doing so runs the job fine, but it doesn’t get put back in the ready state after it seems
are you sure it exists when it's done it's job? if it never exits then all subsequent jobs will be skipped.