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