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
So it seems like with the org wide rate limit, that the rate limit headers are not fully reliable since all applications are sharing from the same token bucket. So even if Filebeat honors the X-Rate-Limit-Reset, other concurrently running applications might have already used up the available requests. So Filebeat will have to keep trying.
Additionally, the X-Rate-Limit-Reset time for concurrent rate limits is only a suggestion. There's no guarantee that enough requests will complete to stop exceeding the concurrent rate limit at the time indicated.
Filebeat Httpjson input needs to handle Rate-limit error (Http Error code 429) gracefully when the proposed time delay by Okta ends up not sufficient.
The text was updated successfully, but these errors were encountered: