Skip to content

Instantly share code, notes, and snippets.

@lightsuner
Created October 30, 2014 11:19
Show Gist options
  • Save lightsuner/0d76e34443bf9a824c75 to your computer and use it in GitHub Desktop.
Save lightsuner/0d76e34443bf9a824c75 to your computer and use it in GitHub Desktop.
[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