Re: [web2py] IMPORTANT on cron jobs, scheduled jobs and delayed jobs

2011-08-25 Thread Martín Mulone
I have a doubt, suppose I have a task I have to run every day, the task take one hour to complete and suppose I scheduled to start at 5am every day. The first time it's run at 5am, the next day it's run at 5am or at 6am? because I put period=86400sec and the prior task take 1 hour to complete.

[web2py] IMPORTANT on cron jobs, scheduled jobs and delayed jobs

2011-08-08 Thread Massimo Di Pierro
## preambole I have been working on porting django-celery to web2py-celery. http://code.google.com/p/web2py-celery There are a few issues to resolve and I am working on it. Yet I found it to be overkill for most users. It has lots of dependencies (for example RabbitMQ) and it is not easy to

Re: [web2py] IMPORTANT on cron jobs, scheduled jobs and delayed jobs

2011-08-08 Thread Marin Pranjic
It looks good. How to add a task which will repeat infinite times? What are Start time and Stop time used for? Just to clarify... On Mon, Aug 8, 2011 at 4:28 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Please let me know what you think. Massimo