[web2py] Re: deploy with scheduler

2017-08-04 Thread Dave S


On Friday, August 4, 2017 at 12:20:18 PM UTC-7, Manuele wrote:
>
> Il 04/08/17 16:08, Manuele ha scritto: 
> > Dear all, 
> > 
> > I'm bound to decide which service to use for the deploy of a brand new 
> > web application, at the moment I'm trying Openshift but I'm open to 
> > alternatives, the first mandatory requirement is that the service must 
> > support the web2py scheduler, does anybody knows if is it supported by 
> > openshift? 
> > 
> > Thank you very much 
> > 
> > Cheers 
> > 
> > Manuele 
> > 
> > 
> Just a tricky idea... the scheduler can be runned together with the web 
> server using the -K app -X options as explained in the manual, is it 
> possible to "easily" modify the web2py code in order to get always the 
> same result even without the two options? 
>
> Best regards 
>
> Manuele 
>

If you're running from the source, you can just force that option on 
instead of reading it from the command line ... sys.argv[] in web2py's 
main() procedure.  But why?

/dps
 

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


[web2py] Re: deploy with scheduler

2017-08-04 Thread Manuele Pesenti
Il 04/08/17 16:08, Manuele ha scritto:
> Dear all,
>
> I'm bound to decide which service to use for the deploy of a brand new
> web application, at the moment I'm trying Openshift but I'm open to
> alternatives, the first mandatory requirement is that the service must
> support the web2py scheduler, does anybody knows if is it supported by
> openshift?
>
> Thank you very much
>
> Cheers
>
> Manuele
>
>
Just a tricky idea... the scheduler can be runned together with the web
server using the -K app -X options as explained in the manual, is it
possible to "easily" modify the web2py code in order to get always the
same result even without the two options?

Best regards

Manuele

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