add ExponentialBackoff when waiting for the server to be ready & refactored RemoteIDEServer - #375
Open
adietish wants to merge 2 commits into
Open
add ExponentialBackoff when waiting for the server to be ready & refactored RemoteIDEServer#375adietish wants to merge 2 commits into
adietish wants to merge 2 commits into
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #375 +/- ##
==========================================
+ Coverage 0.00% 38.73% +38.73%
==========================================
Files 4 123 +119
Lines 26 5324 +5298
Branches 0 1023 +1023
==========================================
+ Hits 0 2062 +2062
- Misses 26 2982 +2956
- Partials 0 280 +280 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
adietish
force-pushed
the
wait-exp-backoff
branch
from
September 4, 2026 23:13
bef3a7b to
5b32701
Compare
…992) Introduce a reusable backoff helper that doubles delays from 500ms up to a 5s cap, with reset support for retry loops. Co-authored-by: Cursor <cursoragent@cursor.com>
…(CRW-12992) Move wait/refresh/backoff logic into RemoteIDEServerReadiness so polling behavior is testable in isolation while RemoteIDEServer keeps K8s concerns. Co-authored-by: Cursor <cursoragent@cursor.com>
adietish
force-pushed
the
wait-exp-backoff
branch
from
September 7, 2026 09:53
5b32701 to
e1f97fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes https://redhat.atlassian.net/browse/CRW-12992