Do you have more than one of the same task getting scheduled? Where is this
line:
myScheduler.queue_task('myfunc', repeats=0, period=86400, timeout=1200,
prevent_drift=True, immediate=True)
If it is in a model file, every time the model file is accessed (including
whenever a scheduler task is run), a new version of the task will be
scheduled and run immediately. Is that what is happening?
Anthony
On Wednesday, April 26, 2017 at 4:07:27 PM UTC-4, James Holstead wrote:
>
> Status is COMPLETED in the scheduler_run table, run time of about 5
> seconds. Checking the scheduler_task table I'm noticing the next_run_time
> is 1 day ahead. period is 86400, repeats is 0, times_run is 1
>
> Thanks for the help!
>
>
>> The next check is the entries in the "scheduler_run" table, which
>> indicate what the Scheduler thinks happened.
>>
>> /dps
>>
>>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.