Skip to content
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

Update sidekiq readme.md #344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

radamanthus
Copy link
Contributor

The monit stop should be outside the worker loop. It only needs to be called once as it already restarts everything belonging to the #{config.app}_sidekiq group.

If monit stop inside the loop we'll get monit: action failed -- Other action already in progress -- please try again later errors during deploy.

The `monit stop` should be outside the worker loop. It only needs to be called once as it already restarts everything belonging to the #{config.app}_sidekiq group.

If `monit stop` inside the loop we'll get `monit: action failed -- Other action already in progress -- please try again later` errors during deploy.
Copy link
Contributor

@AlexMorreale AlexMorreale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good find.

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.

2 participants