5h quota and weekly quota are consumed at the same rate unexpectedly
Open 💬 4 comments Opened Mar 18, 2026 by yandeqiang
What version of the Codex App are you using (From “About Codex” dialog)?
Latest version (as of 2026-03-18) – using Codex via ChatGPT
What subscription do you have?
ChatGPT Plus (Codex access enabled)
What platform is your computer?
macOS (Intel / Apple Silicon) – uname output: Darwin
What issue are you seeing?
I noticed that my 5-hour usage quota and weekly quota are being consumed at almost the same rate, which seems incorrect.
Based on my understanding, these two limits should operate independently:
- The 5-hour quota should reset on a rolling window
- The weekly quota should accumulate over a longer period
However, in my case:
- When I use Codex for a short period, both the 5-hour quota and the weekly quota decrease almost proportionally
- The consumption speed of both limits appears nearly identical
This makes it feel like they are either:
- Sharing the same underlying counter, or
- Being deducted incorrectly in parallel
This behavior is unexpected and may indicate a quota tracking or accounting issue.
What steps can reproduce the bug?
- Start a new Codex session
- Perform several tasks (e.g., code generation / edits / analysis)
- Observe quota usage in the dashboard (5h and weekly limits)
Observed behavior:
- Both 5h and weekly quotas decrease at nearly the same rate
Expected behavior:
- 5h quota should decrease based on short-term usage
- Weekly quota should decrease independently and at a different pace
Additional notes:
- This behavior is consistent across multiple sessions
- No unusually large prompts or context usage involved
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗