Here's how to install a web2py background processing script (like the scheduler) into /etc/init so that it will run when you reboot your machine. You need this if you use Apache, and the web2py cron @reboot doesn't work.
If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Here's how to install a web2py background processing script (like the scheduler) into /etc/init so that it will run when you reboot your machine. You need this if you use Apache, and the web2py cron @reboot doesn't work.
0
jimkellas-57215 12 years ago
Nice! Now, how do I modify this Upstart script to start N number of task scheduler concurrently. I know the scheduler allows you to run multiple instances of it at the same time but I'd like a single script to start them all at once at startup.
Jim
replies (1)