cron starts twice
« on: August 04, 2009, 07:03:03 AM »
Hallo all,

I start the generator with a cronjob

*  2   *  *  *  /usr/local/bin/php5 /homepages/xx/xxxxxxx/htdocs/generator/runcrawl.php

It works fine but the problem is that it starts twice

Thats the chanchlog:
8    2009-08-04 02:31    5,869    1,896.10s    37.51    0    0    1
9    2009-08-04 03:03    5,869    1,895.70s    37.51    0    0    1

Whats wrong?

Thanx

Thory
Re: cron starts twice
« Reply #1 on: August 04, 2009, 02:18:07 PM »
Please enter "0" as the first number in cron task defintion:
Code: [Select]
0  2   *  *  *  /usr/local/bin/php5 .....
Re: cron starts twice
« Reply #2 on: August 04, 2009, 04:35:15 PM »
omg .. of course .. silly mistake from me.
Thx