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 been seeing issues where multiple instances of twoliter ssm commands, cause us to get rate-limited across Get/Put Parameter API's. We would like to improve upon this by extending some of @cbgbt's previous work.
@cbgbt implemented a async rate-limiting function for the SSM Get Parameter API, this can be extended for the Put Parameter API.
Additionally, @cbgbt also implemented retries for SSM Validation which can be extended to the Get/Put parameter calls in case they fail due to network issues.
** What I'd like **
get_parameter/set_parameter function calls use retries along with a async rate-limiting function to avoid getting rate-limited.
Tested against several parallel ssm calls across several variants & regions.
The text was updated successfully, but these errors were encountered:
sumukhballal
changed the title
Improve Client-side SSM API calls to reduce getting Rate-limited in Pubsys
Improve Client-side SSM API robustness to reduce getting Rate-limited in Pubsys
Feb 11, 2025
Description
We have been seeing issues where multiple instances of twoliter ssm commands, cause us to get rate-limited across Get/Put Parameter API's. We would like to improve upon this by extending some of @cbgbt's previous work.
@cbgbt implemented a async rate-limiting function for the SSM Get Parameter API, this can be extended for the Put Parameter API.
Additionally, @cbgbt also implemented retries for SSM Validation which can be extended to the Get/Put parameter calls in case they fail due to network issues.
** What I'd like **
The text was updated successfully, but these errors were encountered: