gyfora opened a new pull request, #666: URL: https://github.com/apache/flink-kubernetes-operator/pull/666
## What is the purpose of the change There are certain cases currently when the operator can stuck in an infinite no wait retry loop under certain circumstances (see https://github.com/operator-framework/java-operator-sdk/issues/2046 for details). As a solution we introduce rate limiter configuration with a default that should already safeguard against prod problems that may arise without it. The PR also fixes and improves the default retry configuration and fixes a bug with exponential backoff. ## Brief change log - *Expose rate limiter config and enable by default* - *Update default retry config* - *Unit Tests* ## Verifying this change Unit tests, manual verification ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changes to the `CustomResourceDescriptors`: no - Core observer or reconciler logic that is regularly executed: yes ## Documentation - Does this pull request introduce a new feature? yes - If yes, how is the feature documented? docs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org