Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust GetResource NotFound backoff #1810

Merged
merged 3 commits into from
Nov 8, 2024
Merged

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Nov 7, 2024

GetResource NotFound backoff introduced in #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.

Copy link
Contributor

github-actions bot commented Nov 7, 2024

Does the PR have any schema changes?

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

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@t0yv0 t0yv0 merged commit 8431319 into master Nov 8, 2024
18 checks passed
@t0yv0 t0yv0 deleted the t0yv0/adjust-getresource-retry branch November 8, 2024 14:29
@t0yv0 t0yv0 restored the t0yv0/adjust-getresource-retry branch November 13, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants