200 added a thread pool to getAllSecrets(). This is causing repeated warnings in my logs:
WARNING connectionpool - Connection pool is full, discarding connection: dynamodb.us-east-1.amazonaws.com
WARNING connectionpool - Connection pool is full, discarding connection: kms.us-east-1.amazonaws.com
These two lines are repeated multiple times in various orders, but the call itself does not throw an exception.
200 added a thread pool to
getAllSecrets()
. This is causing repeated warnings in my logs:These two lines are repeated multiple times in various orders, but the call itself does not throw an exception.