wiki:UserGuidelines/Admin/Scheduler

Version 3 (modified by Fran Boon, 11 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 enhancement to the end-user Win32 .exe to have this run automatically

See Also:

Note: See TracWiki for help on using the wiki.