[web2py] How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-10 Thread Chetan Jain
ghly appreciate. Thanks, Chetan Jain -- 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

[web2py] Re: How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-11 Thread Chetan Jain
7;,ajax=True,timeout=2*60, times='infinity')}})}} -- but i'm not able to display "i" at webpage, may be i'm doing some mistake. Please guide me further. Chetan Jain On Monday, July 11, 2016 at 7:57:59 PM UTC+5:30, Anthony wrote: > &

Re: [web2py] Re: How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-12 Thread Chetan Jain
le, then your function must return a > dictionary with "i" as one of its keys. Hard to say what's wrong without > seeing the current version of this function. Best, Chetan Jain -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.c

Re: [web2py] Re: How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-12 Thread Chetan Jain
URL : https://pqr.pythonanywhere.com/ajax/default/index Best, Chetan Jain On Tue, Jul 12, 2016 at 6:07 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > It is not clear. Where is your app? > > > On Tuesday, 12 July 2016 06:32:29 UTC-5, Chetan Jain wrote

Re: [web2py] Re: How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-12 Thread Chetan Jain
Admin Password : c954ecbf Best, Chetan Jain On Tue, Jul 12, 2016 at 7:16 PM, Chetan Jain wrote: > URL : https://pqr.pythonanywhere.com/ajax/default/index > > Best, > Chetan Jain > > On Tue, Jul 12, 2016 at 6:07 PM, Massimo Di Pierro < > massimo.dipie...@gmail.com>

Re: [web2py] Re: How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-13 Thread Chetan Jain
output i'm getting is : 2016-07-13 21:27:50.658693 2016-07-13 21:27:50.658693 2016-07-13 21:27:50.658693 2016-07-13 21:27:50.658693 2016-07-13 21:27:50.658693 expected output is delay of 5 seconds each time. Best, Chetan Jain On Wed, Jul 13, 2016 at 12:04 AM, Anthony wrote: > On Tues

Re: [web2py] Re: How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-13 Thread Chetan Jain
python web2py.py -S social -M -N -R applications/social/private/sms_queue.py Usage: python web2py.py web2py.py: error: no such option: -N Best, Chetan Jain On Wed, Jul 13, 2016 at 11:39 PM, Dave S wrote: > > > On Wednesday, July 13, 2016 at 9:31:13 AM UTC-7, Chetan Jain wrote:

Re: [web2py] Re: How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-13 Thread Chetan Jain
execute models, and -N tells web2py not to run cron. For background task : http://web2py.com/books/default/chapter/34/08/email-and-sms#Sending-messages-using-a-background-task . I was simply following the command given in this document. Best, Chetan Jain On Thu, Jul 14, 2016 at 12:29 AM, Dave

Re: [web2py] Re: How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-13 Thread Chetan Jain
is this the correct command to run : python web2py.py -S social -M -X -R applications/social/private/sms_queue.py? Best, Chetan Jain On Thu, Jul 14, 2016 at 12:43 AM, Dave S wrote: > > > On Wednesday, July 13, 2016 at 12:03:31 PM UTC-7, Chetan Jain wrote: >> >> Finally, as

Re: [web2py] Re: How to display intermediate Data at html page, if function will run till 6-10 hours.

2016-07-13 Thread Chetan Jain
s.validate_and_insert() or, with the new API mysched.queue_task(***) i'm not clear with it Best, Chetan Jain On Thu, Jul 14, 2016 at 12:51 AM, Chetan Jain wrote: > is this the correct command to run : python web2py.py -S social -M -X -R > applications/social/private/sms_queue