It would be nice if we could pause cron jobs from cpanel.
The pause feature could just move the job to a separate file until it was resumed.
It would be very helpful to be able to put a cron job or jobs on hold for a period of time instead of removing them and having to set them up again when needed.
just edit crontab and put a # at the start of the line you want to keep? it's worked for me for years
just edit crontab and put a # at the start of the line you want to keep? it's worked for me for years
Could you please further clarify your feature request?
Initially, based on your terminology, I thought you were asking for a means to suspend actively running processes that were spawned from cron schedules. Among the technical complications of attempting to match appropriate processes to cron-spawned, it's an alarmingly dangerous prospect to attempt to "suspend" a process without knowing how it works and what effects it would have on the data it's working with.
However, your last sentence seems to focus on merely the ability to disable/enable individual cron schedules. Is that the case?
Essentially, I am confused on specifically what functionality you're inquiring about. Could you clarify?
Could you please further clarify your feature request?
Initially, based on your terminology, I thought you were asking for a means to suspend actively running processes that were spawned from cron schedules. Among the technical complications of attempting to match appropriate processes to cron-spawned, it's an alarmingly dangerous prospect to attempt to "suspend" a process without knowing how it works and what effects it would have on the data it's working with.
However, your last sentence seems to focus on merely the ability to disable/enable individual cron schedules. Is that the case?
Essentially, I am confused on specifically what functionality you're inquiring about. Could you clarify?
Yes just disable/re-enable the jobs from the cron interface inside cpanel, to stop them running at their scheduled time. At the moment the only choice is to note down the times and command and delete the cron entry.
Yes just disable/re-enable the jobs from the cron interface inside cpanel, to stop them running at their scheduled time. At the moment the only choice is to note down the times and command and delete the cron entry.
What I do is change the month it runs to a months away from current one.
What I do is change the month it runs to a months away from current one.
I am doing a migration of a massive site between two servers and would be good to turn of the crons during migration for example.
I am doing a migration of a massive site between two servers and would be good to turn of the crons during migration for example.
Replies have been locked on this page!