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
Some horizon instances do not populate the Retry-After header (horizon.stellar.org for example)
What would you like to see?
We should make sure we're sending this header on rate-limited responses. There is rate limiting that is handled directly in horizon application-code, but our public horizon instance (horizon.stellar.org) has disabled the application-code level rate limiting and is rate-limiting at the infra level in AWS WAF. We'll need to make sure this header is returned in both of these places.
The text was updated successfully, but these errors were encountered:
What problem does your feature solve?
From lightsail-network/java-stellar-sdk#433
What would you like to see?
We should make sure we're sending this header on rate-limited responses. There is rate limiting that is handled directly in horizon application-code, but our public horizon instance (
horizon.stellar.org
) has disabled the application-code level rate limiting and is rate-limiting at the infra level in AWS WAF. We'll need to make sure this header is returned in both of these places.The text was updated successfully, but these errors were encountered: