Skip to content

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.

3 participants