Skip to content

make backoff less aggressive#287

Merged
cbarbian-sap merged 1 commit into
mainfrom
relax-backoff
May 13, 2025
Merged

make backoff less aggressive#287
cbarbian-sap merged 1 commit into
mainfrom
relax-backoff

Conversation

@cbarbian-sap
Copy link
Copy Markdown
Contributor

This PR makes the backoff (used by the reconciler in non-error situations) a little less aggressive.
So far, about 50 almost immediate retries were possible in the first 5 seconds. Now that is reduced to 5 retries, and also the medium backoff range (happening before the final maxDelay backoff kicks in) is relaxed a bit.

To be precise: per backoff topic, the backoff is now

  • 5 quick roundtrips (exponential, below 1s)
  • then 15 roundtrips at 1s
  • then 30 roundtrips at 2s
  • then rounttrips at 10s.

@cbarbian-sap cbarbian-sap merged commit ba54a76 into main May 13, 2025
9 checks passed
@cbarbian-sap cbarbian-sap deleted the relax-backoff branch May 13, 2025 18:51
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.

1 participant