Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question