README.md in capistrano-sidekiq-0.3.3 vs README.md in capistrano-sidekiq-0.3.4

- old
+ new

@@ -46,10 +46,16 @@ :sidekiq_processes => 1 :sidekiq_concurrency => nil :sidekiq_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiq" # Only for capistrano2.5 :sidekiqctl_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiqctl" # Only for capistrano2.5 ``` + +There is a know bug that prevent sidekiq from starting when pty is true +```ruby +set :pty, false +``` ## Changelog +- 0.3.4: fix bug in sidekiq:start for capistrano 2 task - 0.3.3: sidekiq:restart after deploy:restart added to default hooks - 0.3.2: :sidekiq_queue accept an array - 0.3.1: Fix logs @rottman, add concurrency option support @ungsophy - 0.3.0: Fix monit task @andreygerasimchuk - 0.2.9: Check if current directory exist @alexdunae