A
A
artem782017-07-13 23:19:57
Task Schedulers
artem78, 2017-07-13 23:19:57

Will there be parallel execution in WP Cron?

Let's say wp-cron runs a task every 5 minutes. What happens if it takes more than 5 minutes to complete - will the second instance run in parallel with the first or will it only start if the first has already completed?
PS wp-cron works through the crontab command php -f ..../wp-cron.php, the script execution time on the server is not limited.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Medvedev, 2017-07-14
@artem78

will only run if the first one has already completed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question