When a SIGINT is triggered, which is what Fly sends on restart, deploy, etc. Prevent new Jobs from being processed and wait for existing jobs to finish.
Once a SIGINT is received, new cron triggers will not be accepted. The graceful shutdown process will wait up to 30 seconds for any active jobs to complete before shutting down.
When a SIGINT is triggered, which is what Fly sends on restart, deploy, etc. Prevent new Jobs from being processed and wait for existing jobs to finish.