wiki:UserGuidelines/Admin/Scheduler

Version 4 (modified by Fran Boon, 9 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

Debugging

Can check the db.scheduler tables in appadmin: /eden/appadmin

See Also

Note: See TracWiki for help on using the wiki.