If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!


  • 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)
    • toomim 12 years ago

      I think you can edit line 9 to use -K <appname>,<appname>,<appname>. If you try this out can you report back?

Commented on:

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.

Hosting graciously provided by:
Python Anywhere