Sha256: bd242b7609d7f4868b1103ea409639260e24a3acb7551eedf45e7b02fd803c3d

Contents?: true

Size: 446 Bytes

Versions: 8

Compression:

Stored size: 446 Bytes

Contents

# sidekiq process
processes:
  - name: sidekiq
    config:
      start_command: bundle exec sidekiq --config config/sidekiq.yml --daemon --logfile log/sidekiq.log
      stop_command: bundle exec sidekiqctl shutdown tmp/pids/sidekiq.pid
      user_commands:
        rotate: "kill -USR2 {PID}" # Requires eye >= 0.6.4
      stdall: log/sidekiq.log
      pid_file: tmp/pids/sidekiq.pid # must correspond to the pidfile specified in sidekiq's config

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
eye-patch-1.1.0 examples/sidekiq.yml
eye-patch-1.0.1 examples/sidekiq.yml
eye-patch-1.0.0 examples/sidekiq.yml
eye-patch-0.5.1 examples/sidekiq.yml
eye-patch-0.5.0 examples/sidekiq.yml
eye-patch-0.4.2 examples/sidekiq.yml
eye-patch-0.4.1 examples/sidekiq.yml
eye-patch-0.4.0 examples/sidekiq.yml