Categories
How to run multiple jobs with cron?
I have two functions. One should run every 10 minutes. The second every 20 or 25 minutes. However, the functions cannot be started at the same time. How to implement these conditions with cron?
Answer the question
In order to leave comments, you need to log in
*/10 * * * * /func1 5,25,45 * * * * /func2
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question