pulumi / pulumi-aws-native

AWS Native Provider for Pulumi
Apache License 2.0
95 stars 17 forks source link

Adjust GetResource NotFound backoff #1810

Closed t0yv0 closed 2 weeks ago

t0yv0 commented 2 weeks ago

GetResource NotFound backoff introduced in https://github.com/pulumi/pulumi-aws-native/pull/1809 allowed long time wait periods up to 30 seconds. This change makes the max wait period 3 seconds at this is more appropriate for AWS eventual consistency propagation delays this backoff tries to compensate for.

github-actions[bot] commented 2 weeks ago

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 45.70%. Comparing base (b590804) to head (ca03323). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1810 +/- ## ========================================== + Coverage 45.67% 45.70% +0.02% ========================================== Files 38 38 Lines 5916 5919 +3 ========================================== + Hits 2702 2705 +3 Misses 2991 2991 Partials 223 223 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.