Manas Chaturvedi
Manas Chaturvedi

Reputation: 5540

Cron job not running at custom time setting

I have a WordPress application which is hosted on DreamHost. I'm currently running a cron job under my DreamHost account which will visit a template every 5 minutes. The current cron time settings look something like this:

enter image description here

I expect this cron job to execute every five minutes. However, it seems to be running every one hour, since I only get a report on my email address after every one hour.

What seems to be wrong here?

Upvotes: 0

Views: 270

Answers (1)

mario.van.zadel
mario.van.zadel

Reputation: 2949

Are you able to select "Interval Minutes" of something like that instead of "Selected minutes"?

Otherwise you have to select 0, 5, 10, 15, 20, ... and 55 in your select box. Multiselect should be possible.

Upvotes: 2

Related Questions