01-19-2011 09:19 PM
Hi all experts.
What will be the cron_entry for running eem every 5 mins
thanks
Solved! Go to Solution.
01-19-2011 10:21 PM
You could use watchdog rather than cron. For example:
event timer watchdog time 300
But if you want to do it with cron:
*/5 * * * *
Or:
0,5,10,15,20,25,30,35,40,45,50,55 * * * *
01-19-2011 10:21 PM
You could use watchdog rather than cron. For example:
event timer watchdog time 300
But if you want to do it with cron:
*/5 * * * *
Or:
0,5,10,15,20,25,30,35,40,45,50,55 * * * *
01-19-2011 10:50 PM
Thanks alot
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide