Hey guys

I have the scheduler running a task. The task hits an API, downloads data 
and imports into our database using MySQL LOAD DATA INFILE. There are 
several API endpoints we hit so I use the same base code to make the 
request, and pass in a variable that tells the system which endpoint to hit.

Whats weird is i am noticing the scheduler is timing out even though it 
appears the task has completed. At the very end I have the task return a 
statement detailing how many records were added to the database. From the 
scheduler_run, I can see that the return statement does tell me how many 
records were entered which is the last line of the code yet the system 
shows it as TIMEOUT instead of COMPLETED.

Any reason why this would occur?

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to