crons

Status
Not open for further replies.

kolanich

New Member
Messages
37
Reaction score
0
Points
0
why don`t crons work?
my site is on stoli
 
Last edited:

Kinight40

New Member
Messages
120
Reaction score
1
Points
0
I'm assuming this is why...

THURSDAY, JULY 8
Stoli > Starka Migration
9 hours ago
We have begun the migration of our free hosting server to Starka.

Posted at 12:47am
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
they began not to work last week

Since your account is in the middle of a server migration, it will be hard to figure out exactly what the problem was/is.

A cron command like:

Code:
/usr/bin/php   /home/yadda/public_html/foo.php  >>/home/yadda/public_html/log.txt  2>&1

will log any output or error messages, which can be helpful. If you add an echo command to your script, you can output debugging information.

Also, they are cracking down on cron jobs that run less than 5 minutes apart. If you had several jobs running that 'coincide' every so often, the system might have canceled them.
 

kolanich

New Member
Messages
37
Reaction score
0
Points
0
>>/home/yadda/public_html/log.txt
i dont need this because my script handles its own log file
if i start it manually it works
before the last week it worked too
my cron job is not long -running
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
What timeframe are you setting it?
The minimum is once every 5 minutes. Cron jobs that do not follow that will automatically be deleted.
 

dlukin

New Member
Messages
427
Reaction score
25
Points
0
Cron jobs are not working on Fris, period.

My friend on Chopin says his is still working.
 

darkprom

New Member
Messages
14
Reaction score
0
Points
0
I'm on Fris, It doesn't work about a week. btw, It is once every 10 minutes..
 
Status
Not open for further replies.
Top