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
hey,
I noticed that crossplane is making API call to AWS route53 for GetHostedZone function every minute, is there a way to increase this interval? For the Amazon Route 53 APIs five requests per second per AWS account. If you submit more than five requests per second, Amazon Route 53 returns an HTTP 400 error (Bad request). The response header also includes a Code element with a value of Throttling and a Message element with a value of Rate exceeded. So if you have multiple crossplane clusters it will cause API throttling.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hey,
I noticed that crossplane is making API call to AWS route53 for
GetHostedZone
function every minute, is there a way to increase this interval? For the Amazon Route 53 APIs five requests per second per AWS account. If you submit more than five requests per second, Amazon Route 53 returns an HTTP 400 error (Bad request). The response header also includes a Code element with a value of Throttling and a Message element with a value of Rate exceeded. So if you have multiple crossplane clusters it will cause API throttling.Beta Was this translation helpful? Give feedback.
All reactions