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
We have a cron job that runs every evening syncing the chat configuration for all of our users. We saw that some of these requests would fail because of 429, according to the log available in the Stream dashboard
I tried to repeatedly calling the following code to reproduce the rate limiting
I was able to get the 429s to show up in the dashboard, but the responses being printed out don't seem to be any different from the normal ones. There was no exception being thrown by the SDK either, which I think would have been the better way for handling failed requests.
What's the recommended way to check if individual requests have failed because of rate limiting based on the response?
Thanks!
The text was updated successfully, but these errors were encountered:
tao-qian
changed the title
Check Failures From Rate Limiting
Identify Failures From Rate Limiting
Mar 5, 2024
Hi!
We have a cron job that runs every evening syncing the chat configuration for all of our users. We saw that some of these requests would fail because of 429, according to the log available in the Stream dashboard
I tried to repeatedly calling the following code to reproduce the rate limiting
I was able to get the 429s to show up in the dashboard, but the responses being printed out don't seem to be any different from the normal ones. There was no exception being thrown by the SDK either, which I think would have been the better way for handling failed requests.
What's the recommended way to check if individual requests have failed because of rate limiting based on the response?
Thanks!
The text was updated successfully, but these errors were encountered: