Cron job execution only every hour instead 5 minutes I have set up a cron job that should be executed every 5 minutes. I selected 5 in the minutes section and all in all the other sections. The cron generates an error message (which has nothing to do with ISPConfig). The interesting fact is that I get the error only once an hour. Does that mean that the error will only send once an hour or is this cron not executed every 5 minutes like it should be?
I have set it up in ISPConfig: php -q /var/www/web1/web/jobs.php I selected 5 in the minutes section and all in all the other sections.
This means that the cron job is executed in the fifth minute of every hour, thus it's executed hourly. If you want to execute the cron job every five minutes, you must select 0, 5, 10, 15, 20, etc. in the minutes section (press CTRL to select more than one value).