Back off Codex review triggers on usage limits - #1560
Conversation
|
You have reached your Codex usage limits. You can see your limits in the Codex usage dashboard. |
e409b91 to
d776d1f
Compare
d776d1f to
4cf9616
Compare
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The backoff logic itself looks sound (per-sender attribution, newer-normal-response unlatch, probe-and-reread), but splitting classification from apply introduced a log misattribution bug: Stale Minor: the PR description says no-data runs "probe once", but the sleep+reread at :1678-1682 runs after every posted |
|
To use Codex here, create an environment for this repo. |
Summary
@codex reviewcomments when the same GitHub comment sender received a recent Codex usage-limit replyTests
uv run pytest tests/unit/test_sync_codex_ok_labels.py -quv run ruff check .github/scripts/sync_codex_ok_labels.py tests/unit/test_sync_codex_ok_labels.pyuv run ruff format --check .github/scripts/sync_codex_ok_labels.py tests/unit/test_sync_codex_ok_labels.pymake test-unit