fix(torghut): bound sequential migration index builds#12873
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ec63e25f60
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex inspect the repeated |
|
Codex Review: Didn't find any major issues. Delightful! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
b4b4013 to
631d8f3
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 631d8f34cb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
631d8f3 to
1b8a768
Compare
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Summary
mainRelated Issues
Remediates the unresolved Codex finding on #12808 and the actionable review finding introduced on this remediation PR.
Testing
uv run --frozen --extra dev pytest tests/live_config_manifest_contract/test_db_migrations_deadline.py -q(1 passedbefore the final CI head)bun test ./packages/scripts/src/torghut/__tests__/update-manifests.test.ts(5 passed)bun test ./packages/scripts/src/torghut/__tests__/post-deploy-workflow.test.ts(24 passed)29802249755passed: bytecode/Ruff/migration guard, Pyright, PostgreSQL CAS, quality gates, both autoresearch runners, all four pytest shards, and aggregate coverage29802249805passed; workflow/Argo/kubeconform validation run29802249841passedRollout
After merge, Argo CD must apply
activeDeadlineSeconds: 5400, the live PreSync migration hook must complete successfully, and the live Job definition must expose the new deadline. The post-deploy verification workflow must execute successfully withARGO_SYNC_TIMEOUT_SECONDS=5700. Review threads will only be resolved after that evidence is captured.Breaking Changes
None.
Checklist