fix: clamp negative Retry-After delays before sleeping - #855
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Castiron custom code✅ No new custom-code files detected. 55 mixed files remain; 0 existing customizations changed. Compared 55 existing customizations unchanged
15 more in the full report. A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload the exact patch produced by this run (requires repository access): gh run download 34402662364 --repo openai/openai-java \
--name castiron-custom-code-34402662364-1 --dir /tmp/castiron-custom-code-34402662364-1
git apply --stat /tmp/castiron-custom-code-34402662364-1/custom-code.patch
cat /tmp/castiron-custom-code-34402662364-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin fe00c016821fd314d2089f97c5964e4fd0064c42 4d752c1d7aee359631af2260c1ae2a05b046c0ab
python3 scripts/castiron/custom_code_report.py report \
--base fe00c016821fd314d2089f97c5964e4fd0064c42 \
--head 4d752c1d7aee359631af2260c1ae2a05b046c0ab --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-4d752c1d7aee
cat /tmp/castiron-custom-code-4d752c1d7aee/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
Summary
Retry-AfterandRetry-After-Msdelays toDuration.ZEROwhen they are negativeFixes #853
Testing
git diff --checkpassedjunit-jupiter-engine:5.9.3