README.md in capistrano-sidekiq-0.5.3 vs README.md in capistrano-sidekiq-0.5.4
- old
+ new
@@ -48,13 +48,14 @@
:sidekiq_concurrency => nil
:sidekiq_monit_templates_path => 'config/deploy/templates'
:sidekiq_monit_use_sudo => true
:sidekiq_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiq" # Only for capistrano2.5
:sidekiqctl_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiqctl" # Only for capistrano2.5
+ :sidekiq_user => nil #user to run sidekiq as
```
-There is a known bug that prevents sidekiq from starting when pty is true
+There is a known bug that prevents sidekiq from starting when pty is true on Capistrano 3.
```ruby
set :pty, false
```
## Multiple processes
@@ -96,10 +97,11 @@
```ruby
set :sidekiq_monit_use_sudo, false
```
## Changelog
+- 0.5.4: Add support for custom count of processes per host in monit task @okoriko
- 0.5.3: Custom count of processes per each host
- 0.5.0: Multiple processes @mrsimo
- 0.3.9: Restore daemon flag from Monit template
- 0.3.8:
* Update monit template: use su instead of sudo / permit all Sidekiq options @bensie
@@ -119,19 +121,9 @@
- 0.2.6: sidekiq:start check if sidekiq is running
- 0.2.5: bug fixes
- 0.2.4: Fast deploy with :sidekiq_run_in_background
- 0.2.3: Added monit tasks (alpha)
- 0.2.0: Added sidekiq:rolling_restart - @jlecour
-
-## Contributors
-
-- [Jérémy Lecour] (https://github.com/jlecour)
-- [Fabien Penso] (https://github.com/penso)
-- [Alex Dunae] (https://github.com/alexdunae)
-- [andreygerasimchuk] (https://github.com/andreygerasimchuk)
-- [Saicheg] (https://github.com/Saicheg)
-- [Alex Yakubenko] (https://github.com/alexyakubenko)
-- [Robert Strobl] (https://github.com/rstrobl)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)