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

Reconnect on "UNBLOCKED force unblock" errors #4985

Merged
merged 1 commit into from Sep 7, 2021

Commits on Sep 7, 2021

  1. Reconnect on "UNBLOCKED force unblock" errors

    These errors can occur during Sidekiq's long-running job fetching
    command. This uses Redis' blocking BRPOP primitive. On failover in a
    cluster setup, these commands are interrupted by the server.
    
    This error causes the worker threads to be restarted, but as they are
    bubbled up to the top, they cause a lot of spam in our error logging
    systems. As related errors from other commands are being handled (see
    franzliedke committed Sep 7, 2021
    Copy the full SHA
    cb0b516 View commit details
    Browse the repository at this point in the history