Improve bridge timeout diagnostics#49
Merged
Merged
Conversation
This was referenced Jun 1, 2026
Owner
Author
|
Scope correction: this PR is now diagnostics-only. It no longer adds periodic redispatch or any new tuning env var. It only improves timeout errors with |
Owner
Author
This was referenced Jun 1, 2026
Owner
Author
|
Merge-order note: #46 is merged into master, and this PR has been retargeted directly to master. This should merge before #35 only if we want the improved timeout diagnostics in place before structural project moves. Scope check after rework:
What changed:
Validation:
|
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
pickupStateand whether the existing single stranded redispatch was attemptedWhy
After the machine restart, the original #46 branch completed and restored the test project without the #49 workaround. That points to local machine / OmniFocus dispatch pressure rather than a proven deterministic code bug. This PR should therefore improve observability only, not change retry behavior.
Validation
swift testswift run focusrelay set-projects-completion jdiFnpbNXj- --state active --preview-only --verify --return-fields id,name,status,completionDateScope Discipline
No periodic redispatch. No new env var. No query behavior change. No plugin JavaScript change.
Stack order: merge after #46, before #35 only if we still want better diagnostics before project moves. Related to #47.