Sha256: c1e9005085d2a44938db769313460fbfa34336c9337d3d2cac0dd292edbd2d53
Contents?: true
Size: 609 Bytes
Versions: 29
Compression:
Stored size: 609 Bytes
Contents
check process sidekiq with pidfile /u/apps/{{project_name}}/shared/tmp/pids/sidekiq.pid start program = "/bin/su - deploy -c 'cd /u/apps/{{project_name}}/current && bundle exec sidekiq --queue {{hostname}} {{ job_queues | map('regex_replace', '^(.*)$', '--queue \\1') | join(' ') }} --pidfile /u/apps/{{project_name}}/shared/tmp/pids/sidekiq.pid --environment {{rails_env}} --logfile /u/apps/{{project_name}}/shared/log/sidekiq.log --daemon'" with timeout 30 seconds stop program = "/bin/su - deploy -c 'kill -s TERM `cat /u/apps/{{project_name}}/shared/tmp/pids/sidekiq.pid`'" with timeout 30 seconds
Version data entries
29 entries across 29 versions & 1 rubygems