wiki:UserGuidelines/Admin/Scheduler

Version 1 (modified by Fran Boon, 13 years ago) ( diff )

--

Scheduler

Scheduled Tasks are run by a separate web2py process

For Linux servers installed using our InstallationGuidelines, this will be set to run via uwsgi (Cherokee) or rc.local (Apache)

For Win32/Mac users, you need to start this manually in a CLI:

cd web2py
python web2py.py -K eden

ToDo: Provide an enhancenet to the end-user Win32 .exe to have this run automatically

Note: See TracWiki for help on using the wiki.