[web2py] Re: resilient background process

2016-06-11 Thread Pierre
reading some of the pythonanywhere and scheduler related posts perhaps common sense would be to avoid pythonanywhere for that purpose (w2p scheduler) ? I don't want to live in the fear of a database lock "coming out from another galaxy"... may I ask where do you host your app and run the s

[web2py] Re: resilient background process

2016-06-09 Thread Dave S
On Thursday, June 9, 2016 at 11:32:51 AM UTC-7, Pierre wrote: > > [...] > and pythonanywhere longRunningTasks script at: > > https://help.pythonanywhere.com/pages/LongRunningTasks/ > > this page tells the programmer to make sure his code is *resilient to > being terminated unexpectedly*: what is