feat(document): improve proxy status polling resilience#5632
Draft
joshtrichards wants to merge 2 commits intomainfrom
Draft
feat(document): improve proxy status polling resilience#5632joshtrichards wants to merge 2 commits intomainfrom
joshtrichards wants to merge 2 commits intomainfrom
Conversation
Replace the unbounded 100ms polling loop for `proxy.php` status checks with limited exponential retries. Split server-starting retries from transport failures so we can show a more specific fallback error when the built-in CODE server cannot be reached at all. This avoids indefinite waiting and improves startup robustness / user feedback for built-in server deployments. Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
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.
Summary
proxy.phpstatus checks with limited exponential retries.This avoids indefinite waiting and improves startup robustness / user feedback for built-in server deployments.
TODO
Notes
Possible future follow-up:
src/document.jsand one insrc/services/collabora.js(andOffice.vueindirectly which uses the latter basically).Checklist