What happens if a cron job hasn't finished when it's supposed to run again?
For example, a cron job set to run every 3 mins. But, turns out that one run takes more than 3 min to complete. Does it wait for the first one before running? Does it run the second one in parallel?
5 Replies
Project ID:
N/A
N/A
Solution
it will skip the run
Gotcha. Thanks!
no prob!