Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm setting up a cron job via cpanel, i'm setting it up that it will run a script every minute, during a couple of hours like 24-35 hours, it works well but after that one, it seems like my Cron job isn't working anymore.

When I checked back the configuration of cron job in cpanel, I noticed that it changed, From :
* * * * * it went to */19 * * * *

I switched it back again to * * * * * , but a couple of hours again, it switches back to */19 * * * * or something random.

Why is this happening? Is this a server issue, like my server doesn't allow me to run the script every minute because maybe it over loads? or should I forget setting up a cron job via cpanel and do it via PHP?

Any help or suggestion would be greatly appreciated.

Thanks in advance! :)

share|improve this question

closed as off topic by Andrew Barber, Jack, X.L.Ant, Vishal Suthar, Alex Feb 26 at 9:01

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

I contacted my hosting provider and told me that it won't allow me to set a cron job every minute because i'm just using a shared hosting. So we just bought a Dedicated hosting then set up my cron job to run every minute, then it worked flawlessly.

Thanks! :)

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.