Skip to content

Audit usage of rescue *SERVER_ERRORS #143

Open
@rzane

Description

@rzane

There are several examples like this:

begin
  # do something
rescue *SERVER_ERRORS
  # handle error
end

Since #63, the ServerErrorMiddleware will also rescue these exceptions and reraise as UnrecoverableConnectivityError. That means those rescues will never actually be executed at runtime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions