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
The provider classifies HTTP 429 responses as transient, then retries after a fixed delay. It has no client-side rate limit or exponential backoff. Add bounded backoff and rate limiting that respects STACKIT error codes.
The provider classifies HTTP 429 responses as transient, then retries after a fixed delay. It has no client-side rate limit or exponential backoff. Add bounded backoff and rate limiting that respects STACKIT error codes.