Skip to content

do not halt deployment if no servers are going to run sidekiq workers#199

Merged
mperham merged 1 commit intosidekiq:masterfrom
bzanchet:do-not-halt-deploys
May 18, 2012
Merged

do not halt deployment if no servers are going to run sidekiq workers#199
mperham merged 1 commit intosidekiq:masterfrom
bzanchet:do-not-halt-deploys

Conversation

@bzanchet
Copy link
Contributor

Capistrano has this option to prevent deploys from being halted if no servers are matched for a given role (it just prints a message and continues).

In our case, we only run sidekiq in about half of our servers, and we deploy to groups of servers at a time to reduce downtime. I had to use this option to prevent the deploy from being interrupted when no servers running sidekiq are included in a given deploy.

Is there a reason to halt the deploy when there's no need to deploy to any servers running sidekiq workers?

@justinko
Copy link

👍

mperham added a commit that referenced this pull request May 18, 2012
do not halt deployment if no servers are going to run sidekiq workers
@mperham mperham merged commit 44ffe2e into sidekiq:master May 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants