ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Cron executes sooner than expected #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This cron.yaml seems to trigger the url every minute (good so far). But it does 
it in bursts of 9 calls to the url. Repeating a burst every minute.

I expected one single call every minute, so this may be a bug?

cron:
- description: add a maintenance task
  url: /v1/maintenance/add
  schedule: every 1 minutes

Original issue reported on code.google.com by kees...@gmail.com on 3 Nov 2010 at 8:06

GoogleCodeExporter commented 9 years ago
Seems that that I ran apptool multiple times, That was causing the crontab to 
fill up:

./bin/apptool --crontab --use_celery parts/project

Original comment by kees...@gmail.com on 3 Nov 2010 at 9:59

GoogleCodeExporter commented 9 years ago
That would have been my first guess as well. Do you face any other issues with 
the cron service?

Original comment by tobias.r...@gmail.com on 3 Nov 2010 at 10:27