You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I can't say for sure, but I left a comment in my code about a year ago saying
"this usually happens because we are making too many requests from the same IP"
Hi there
i am using this library to send notification to my clients
sometimes i get the following error
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
The text was updated successfully, but these errors were encountered: