aws-actions / aws-secretsmanager-get-secrets

MIT No Attribution
146 stars 39 forks source link

Increasing auto select family attempt timeout #205

Closed jirkafajfr closed 3 weeks ago

jirkafajfr commented 4 weeks ago

Increasing AutoSelectFamilyAttemptTimeout in order to prevent timeouts for the dual-stack endpoints that sits far away from the github runner. There is a few customer reports in https://github.com/aws-actions/aws-secretsmanager-get-secrets/issues/170 describing this. I've added af-south-1 region to the integration tests and simulated the same behavior (roughly 50% executions fails this way). The same behaviour doesn't seem to happen when the timeout is increased (the same advice is given in the https://github.com/nodejs/node/issues/54359).

thank you @georgeboc