Help with Cron Jobs
I know the basics of cron jobs, like scheduling them but I wanted to know if anyone knew how to set a cron job to run after a specific cron job finished instead of running it based on a schedule.
Example:
Cron Job A starts at 2 am finishes at 2:03 am
Cron Job B starts after cron job A finishes (2:03 am)
|