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
#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.
The text was updated successfully, but these errors were encountered:
#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.
The text was updated successfully, but these errors were encountered: