Skip to content

Merge rc/4.0.0 into master: ATL-291 CommandTimeout fix - #1503

Merged
da-ikovalenko merged 1 commit into
masterfrom
rc/4.0.0
Aug 12, 2026
Merged

Merge rc/4.0.0 into master: ATL-291 CommandTimeout fix#1503
da-ikovalenko merged 1 commit into
masterfrom
rc/4.0.0

Conversation

@da-ikovalenko

@da-ikovalenko da-ikovalenko commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Propagates fix: ATL-291: raise CommandTimeout for MatchPredictionContext #1502 (ATL-291: raise CommandTimeout for MatchPredictionContext) from rc/4.0.0 down into master, per branching rules: changes merged into an open rc//hotfix/ branch must be merged back into every subsequent branch and master.
  • Must be merged with a real merge commit (not squash/rebase) to preserve the record of which release the fix came from.

Test plan

🤖 Generated with Claude Code


This change is Reviewable

CleanupOldParallelMatchPredictionBatches was failing because the DELETE
against ParallelMatchPredictionBatches/Runs exceeded the SqlClient/EF
Core default 30s CommandTimeout, which was never overridden for the
production MatchPredictionContext. Raise it to 10 minutes, matching the
existing pattern already used by the Test.Verification and
Test.Validation MatchPrediction contexts.
@da-ikovalenko
da-ikovalenko requested a review from a team as a code owner August 12, 2026 10:42
@da-ikovalenko
da-ikovalenko merged commit 22ce832 into master Aug 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant