[web2py] Stream output on the fly

2016-07-25 Thread Sagar Shah
Hi, I was wondering if there was a way to return the output from a particular function on the fly. I am requesting logs from an external firewall and it is supposed to take a while for the whole thing to complete. I want to return the output to the frontend as data is returned to the backend.

[web2py] Scheduler runs

2016-07-26 Thread Sagar Shah
I have to tasks running by a scheduler. I see custom logs from one and not from the other. All I see from the other one is: 2016-07-25 15:44:07,707 - web2py.app.Sentinel - DEBUG - new task report: COMPLETED 2016-07-25 15:44:07,707 - web2py.app.Sentinel - DEBUG -result: null Also, I do n

Re: [web2py] Re: Scheduler runs

2016-07-28 Thread Sagar Shah
the > corresponding line in scheduler_run to retrieve the result. > > On Tuesday, July 26, 2016 at 8:28:32 PM UTC+2, Sagar Shah wrote: >> >> I have to tasks running by a scheduler. I see custom logs from one and >> not from the other. >> All I see from the other one i