-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidekiq does not restart on deploy #11
Comments
I've tried another deploy and have seen that it spawns sidekiq again. This is after the forth attempt. deploy 11036 0.7 11.7 851716 120084 ? Sl 20:02 0:03 sidekiq 3.0.0 myapp[0 of 5 busy] |
You don't need to create the hooks:
The gem will do it for you. If you want to deactivate this behaviour , set Let me know if that fix your issue. |
That did seem to fix it. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sidekiq does not reliably respawn on each deploy when I define concurrency options for sidekiq.
My environment:
capistrano-sidekiq (0.1.3)
sidekiq (3.0.0)
capistrano (3.0.1)
rails ( 4.0.3)
I require the gem in my Capfile using
require 'capistrano/sidekiq'
.My production deploy file has:
I have the following in
config/sidekiq.yml
:I've gisted the relevant output from the first deploy, as well as an example of subsequent deploys here. After the first deploy I can see the PID for sidekiq:
Nothing appears after a subsequent deploy(s).
The text was updated successfully, but these errors were encountered: