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

Fix accounting of pidfiles per process (when using multiple processes) #197

Commits on Apr 3, 2018

  1. Make sure :sidekiq_roles is not mutated on pid_files

      - Minor corrections suggested by Rubocop
        Corrected the following infractions:
          - [Style/PercentLiteralDelimiters](http://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/PercentLiteralDelimiters)
          - [Lint/UnusedBlockArgument](http://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Lint/UnusedBlockArgument)
          - [Style/Next](http://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/Next)
          - [Style/IfUnlessModifier](http://www.rubydoc.info/gems/rubocop/0.9.1/Rubocop/Cop/Style/IfUnlessModifier)
          - [Lint/UnderscorePrefixedVariableName](http://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Lint/UnderscorePrefixedVariableName)
          - [Style/UnneededInterpolation](http://www.rubydoc.info/github/bbatsov/RuboCop/RuboCop/Cop/Style/UnneededInterpolation)
          - [Performance/RedundantBlockCall](http://www.rubydoc.info/github/bbatsov/RuboCop/RuboCop/Cop/Performance/RedundantBlockCall)
          - [Layout/MultilineOperationIndentation](http://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Layout/MultilineOperationIndentation)
      - Updated CHANGELOG.md to include recent bugfixes and 1.0.0 (forgotten) breaking changes
    jsantos committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    e6ffa33 View commit details
    Browse the repository at this point in the history