Skip to content

getting (ConnectionError, HTTPError) and no retries #54

@salihboshnak

Description

@salihboshnak

Hi there

i am using this library to send notification to my clients
sometimes i get the following error

except (ConnectionError, HTTPError) as exc:
    # Encountered some Connection or HTTP error - retry a few times in
    # case it is transient.
    rollbar.report_exc_info(
        extra_data={'token': token, 'message': message, 'extra': extra})
    raise self.retry(exc=exc)

but AFAIU in this case there should be retires

but my clients claim they did not get the notification at all

can you please help finding a way to do retries

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