A Problem with my Cron Job

Status
Not open for further replies.

gerrard13100

New Member
Messages
3
Reaction score
0
Points
0
Dear mod/Admin,

I have confirmed the problem by testing multiple times and I have a problem with my Cron Jobs.

I don't think my Cron Jobs are running, I have made these commands :

*/5 * * * * curl http://fire-hell.x10.mx/cron_fivemins.php?code=0fb3a59a06f8da5927224bd577514cc9

* * * * * curl http://fire-hell.x10.mx/cron_minute.php?code=0fb3a59a06f8da5927224bd577514cc9

0 * * * * curl http://fire-hell.x10.mx/cron_hour.php?code=0fb3a59a06f8da5927224bd577514cc9

0 0 * * * curl http://fire-hell.x10.mx/cron_day.php?code=0fb3a59a06f8da5927224bd577514cc9


These commands are very important, if these don't run due to the cron jobs not working then my website (game) will not work/function.

I have also experienced 2 or 3 times the cron jobs deleting by itself, even though they are not running.

If you could find any solution, or solve the problem, I will appreciate it.

Thanks,


Regards,
gerrard13100
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Free Hosting Accounts must have crons running 5 minutes apart. It is in the Terms Of Service.
The system deletes cron lists that do not comply with that.

a. One minute crons are not allowed
b. If two crons go off within five minutes of each other (say one every 5 minutes and another every half hour), it is also a violation
 
Status
Not open for further replies.
Top