E
E
Eugene2019-04-11 19:57:24
Node.js
Eugene, 2019-04-11 19:57:24

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

1 answer(s)
V
Vitsliputsli, 2019-04-11
@you_are_enot

*/10 * * * * /func1
5,25,45 * * * * /func2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question