fix: deploy transient backtest result retry (#80) - #467
Merged
Conversation
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
backtest-engineto fix: retry transient result publication Idea2Strategy-backtest-engine#81 (e58b92d)Why
INT03 exposed a transient timeout while the worker published an already-decided terminal result. Engine #81 adds a bounded transport retry without changing the permanent job decision or creating another queue attempt.
Verification
scripts/test-flyway-ci-bundle.ps1: passed (53 migrations, repeat run clean, all fixtures passed)scripts/verify-collaboration-policy.ps1: passedgit diff --check: passedHook note
The repository's refresh script reads gitlinks from
HEAD, while the pre-commit hook requires the refreshed bundle in the same final commit. I followed the hook's documented sequence: made the pointer-only temporary commit with--no-verify, ranscripts/refresh-flyway-ci-bundle.ps1, staged the regenerated metadata, and amended into this single final commit with hooks enabled. No pushed commit bypasses the invariant.Related: Idea2Strategy/Idea2Strategy-backtest-engine#80, #447