Created
March 17, 2011 08:32
-
-
Save kineticac/874005 to your computer and use it in GitHub Desktop.
This is the supervisord.conf file for resque-schedulers on dotcloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [program:scheduler] | |
| command = rake resque:scheduler | |
| environment = QUEUE=* | |
| directory = /home/dotcloud/current/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment