- Add upstart support
- Fix monit service name
- Fix deployment flow hooks
- Add deploy failure handling @phillbaker
- Support custom monit filename @zocoi
- Systemd Integration @baierjan
- Fix regression in sidekiq_roles variable
- Fixed pidfile accounting per process @jsantos
- Rubocop corrections for main task @jsantos
- Prepend underscore before service name index @Tensho
- Convert CHANGELOG to Markdown @Tensho
- Drop support for capistrano 2.0 @Tensho
- BREAKING CHANGE If people used custom monit template, they should adjust it to use pid_files variable instead of processes_pids. @Tensho
- BREAKING CHANGE
:sidekiq_role
has been renamed to its plural form,:sidekiq_roles
- Use new capistrano DSL for reenable tasks @Tensho
- Fix Monit tasks
sidekiq:stop
task perpertually callable @Tensho
- Add support for custom count of processes per host in monit task @okoriko
- Custom count of processes per each host
- Multiple processes @mrsimo
- Restore daemon flag from Monit template
- Update monit template: use su instead of sudo / permit all Sidekiq options @bensie
- Unmonitor monit while deploy @Saicheg
- Fix capistrano2 task @tribble
- Run Sidekiq as daemon from Monit @dpaluy
- Added
:sidekiq_tag
for capistrano 2 @OscarBarrett
- Fix bug in
sidekiq:start
for capistrano 2 task
sidekiq:restart
afterdeploy:restart
added to default hooks
:sidekiq_queue
accept an array
- Fix logs @rottman
- Add concurrency option support @ungsophy
- Fix monit task @andreygerasimchuk
- Check if current directory exist @alexdunae
- Added
:sidekiq_queue
&:sidekiq_config
- Signal usage @penso
sidekiq:start
check if sidekiq is running
- Bug fixes
- Fast deploy with
:sidekiq_run_in_background
- Added monit tasks (alpha)
- Added
sidekiq:rolling_restart
@jlecour