No it didn't add anything to the db checker. I made a few edits.
I am not sure how they are working but they still don't work.

scheduler.queue_task(adder, start_time=request.now, #datetime
 stop_time = None, #datetime
 timeout = 60, #seconds
 prevent_drift=False, 
 period=60, #seconds
 immediate=False, 
 repeats = 1 )

what's the definition between each of the parameters I used (I know I'm too 
dumb to not get that) and why is my code not inserting anything to checker?
On Sunday, May 15, 2016 at 1:00:42 AM UTC+5:30, Alfonso Serra wrote:
>
> Its just doing what you told it. Inserting a record each time it runs. So 
> ye, its working. Just make sure to tell it how long it should pass between 
> executions.
>

-- 
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.

Reply via email to