Skip to content

Add ORCAI write throttling config for rate-limit test issue - #12

Draft
dburriss with Copilot wants to merge 2 commits into
masterfrom
copilot/orcai-test-rate-limit-fix
Draft

Add ORCAI write throttling config for rate-limit test issue#12
dburriss with Copilot wants to merge 2 commits into
masterfrom
copilot/orcai-test-rate-limit-fix

Conversation

Copilot AI commented May 7, 2026

Copy link
Copy Markdown

This issue asks to validate token-bucket throttling behavior by rerunning with a low ORCAI write rate. This PR introduces repository-level ORCAI config to enforce that low write throughput during issue write operations.

  • ORCAI rate-limit configuration
    • Added .orcai/config.json with a low write budget to slow write operations via token-bucket throttling.
    • Configured writesPerMinute to 1 for explicit throttling behavior in test reruns.
{
  "writesPerMinute": 1
}

Copilot AI linked an issue May 7, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix rate limit throttling behaviour in tests Add ORCAI write throttling config for rate-limit test issue May 7, 2026
Copilot AI requested a review from dburriss May 7, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[orcai-test] Rate Limit Test

2 participants