Skip to content

Make pyslack more resilient to slack failures #29

Open
@rbalik

Description

Slack is having an outage today where among other things they aren't properly responding to webhooks. This is causing pyslack to throw an exception in the JSON parser and bring down our whole application.

Is there a way to make the library catch these types of issues internally and fail silently if requested? The alternative is to wrap every logging call in a try/except block

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions