channl / dynamodb-lambda-autoscale

Autoscale DynamoDB provisioned capacity using Lambda
MIT License
313 stars 88 forks source link

Socket timeouts #55

Closed andaag closed 7 years ago

andaag commented 7 years ago

Hi

I'm getting a socket timeout when running this with a large amount of dynamo tables. I suspect its because of the large amount of connections needed at once.

Maybe a thread limit could help? Along with https://github.com/channl/dynamodb-lambda-autoscale/issues/46 possibly.

andaag commented 7 years ago

Seems to have been a temporary networking issue