long running cron services

Let’s say I have a service with a cron schedule of running every 15 minutes. What will happen if it runs for longer than 15 minutes
Will the runs “stack” and I’ll have two services online? Or will the second run be skipped?
Solution:
it would be skipped, the job has to exit for the next job to run
Jump to solution
4 Replies
Percy
Percy9mo ago
Project ID: N/A
dwaynemac
dwaynemac9mo ago
N/A
Solution
Brody
Brody9mo ago
it would be skipped, the job has to exit for the next job to run
dwaynemac
dwaynemac9mo ago
Thx!
Want results from more Discord servers?
Add your server