H
H
Homer_Simpson2014-06-11 14:14:59
PHP
Homer_Simpson, 2014-06-11 14:14:59

Running cron too often?

In my crontab, I have it configured to run a certain php script every 3 hours, but the logs show that it runs every 3 hours, but not once, but approximately every minute for an hour

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Alekseev, 2014-06-11
@Homer_Simpson

This means that the rule for launching is incorrectly configured.
You need
0 */3 * * * /path/to/mycommand

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question