Closed tongueroo closed 10 months ago
bundle exec rspec
Reduces CloudFormation API calls to avoid Rate exceeded Aws::CloudFormation::Errors::Throttling
Rate exceeded Aws::CloudFormation::Errors::Throttling
https://community.boltops.com/t/store-shared-resource-name-store/766
Sanity check with List.lookup(:waitlist_url) example.
List.lookup(:waitlist_url)
To reproduce, call the method with 1000 threads.
Patch
bundle exec rspec
to verify this)Summary
Reduces CloudFormation API calls to avoid
Rate exceeded Aws::CloudFormation::Errors::Throttling
Context
https://community.boltops.com/t/store-shared-resource-name-store/766
How to Test
Sanity check with
List.lookup(:waitlist_url)
example.To reproduce, call the method with 1000 threads.
Version Changes
Patch