Do you know crontab alternative that you can start,stop, pause,resume, reschedule via an API in PHP?
Or is this possible in crontab?
I have a long running php script that is executed by a cron. I would have to pause cron (while the script is executing) or reschedule so that it doesn't re-run my php script while it is still executing. After the script runs I would start the cron again.