Created
October 30, 2014 11:19
-
-
Save lightsuner/0d76e34443bf9a824c75 to your computer and use it in GitHub Desktop.
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:jms_job_queue_runner] | |
command=/usr/local/rvm/bin/rvm default do bundle exec sidekiq -e production --queue elasticsearch-records | |
process_name=elasticsearch_records_indexer | |
numprocs=1 | |
directory=/var/www/expert-social-network-production/current/ | |
autostart=true | |
autorestart=true | |
startsecs=5 | |
startretries=10 | |
user=root | |
redirect_stderr=false | |
stdout_logfile=/var/www/expert-social-network-production/shared/log/indexer/out.log | |
stdout_capture_maxbytes=10MB | |
stderr_logfile=/var/www/expert-social-network-production/shared/log/indexer/error.log | |
stderr_capture_maxbytes=10MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment