If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
If the script requires an argument like:
0-59/1 * * * * root *applications/instore/modules/background_updater.py --status
web2py gives me a funny error:
invalid application name: instore/applications/instore/modules/background_updater.py
(Notice the the repeated application name)
Does it support parameters the way I mentioned?
How to write time scheduled tasks with web2py built-in cron
0
simakwm 12 years ago
If the script requires an argument like:
0-59/1 * * * * root *applications/instore/modules/background_updater.py --status
web2py gives me a funny error:
(Notice the the repeated application name)
Does it support parameters the way I mentioned?