Skip to content

ListQueueBroker listen method does not except the proper ConnectionError class #128

Description

@antoniomilev

except ConnectionError as exc:

It catches the built-in ConnectionError. I think it should it should also except the redis.exceptions.ConnectionError (it's not a subclass of the built-in so it won't resolve properly), maybe also redis.exceptions.TimeoutError? And any other you think might be necessary.

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