I have a bunch of cron jobs which run every 30mins.
I'm currently doing some testing, and instead of setting the cron jobs to run every minute, is there a command which I can execute that'll run the cronjobs immediately?
Thanks for your help.
|
I have a bunch of cron jobs which run every 30mins. I'm currently doing some testing, and instead of setting the cron jobs to run every minute, is there a command which I can execute that'll run the cronjobs immediately? Thanks for your help. |
|||
|
|
|
No it isn't. Of course you can implement a different way, not using crond. You can wrap your jobs into a script, being normally launched by cron, which you can therefore run by hand whenever you need |
|||||||||||||
|
|
I use this which runs scripts in much the same environment as cron:
|
|||
|