I just tried the following by running web2py -S app -M -R my_script.py (since this is how I run the script from cron):
from gluon.settings import global_settings print global_settings The cronjob value seems to always be False and I can't figure out how this actually gets set to True. Any ideas?

