[codex] Apply audit remediation#151
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d615d4313a
ℹ️ 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".
| sync: | ||
| name: Deploy / Sync ${{ matrix.target.label }} Cloud Run | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 20 |
There was a problem hiding this comment.
Raise deploy job timeout above commit wait
When env sync is enabled and CLOUD_RUN_ENV_SYNC_WAIT_FOR_COMMIT is left at its default true value, this workflow's later wait step deliberately allows up to 1800 seconds before failing while it polls for the deployed commit (sync-cloud-run-env.yml lines 492-500). With the new job timeout capped at 20 minutes, GitHub can terminate the job before that existing 30-minute wait has a chance to complete, so slower but still-acceptable Cloud Run deployments will fail prematurely before env sync/scheduler steps run.
Useful? React with 👍 / 👎.
Summary
Validation
git diff --checkpassed across the remediation scopeSee local audit report:
QuantStrategyLab-review-2026-06-10.md.