Sha256: 30da5b8317d8d6a588ba7947a4fcf4db6313f0403f4bc5fbb5f2472aabeb0cb7
Contents?: true
Size: 621 Bytes
Versions: 14
Compression:
Stored size: 621 Bytes
Contents
{% for queue in job_queues %} check process sidekiq_{{queue}} with pidfile /u/apps/{{project_name}}/shared/tmp/pids/sidekiq.{{queue}}.pid start program = "/bin/su - deploy -c 'cd /u/apps/{{project_name}}/current && bundle exec sidekiq --queue {{queue}} --pidfile /u/apps/{{project_name}}/shared/tmp/pids/sidekiq.{{queue}}.pid --environment {{rails_env}} --logfile /u/apps/{{project_name}}/shared/log/sidekiq.{{queue}}.log --daemon'" with timeout 30 seconds stop program = "/bin/su - deploy -c 'kill -s TERM `cat /u/apps/{{project_name}}/shared/tmp/pids/sidekiq.{{queue}}.pid`'" with timeout 30 seconds {% endfor %}
Version data entries
14 entries across 14 versions & 1 rubygems