Sigilix limits review volume to keep shared infrastructure stable. This page covers the window, the per-tier caps, and what happens at the limit.Documentation Index
Fetch the complete documentation index at: https://docs.sigilix.ai/llms.txt
Use this file to discover all available pages before exploring further.
The 5-hour window
Sigilix uses a rolling 5-hour window keyed by GitHub installation:| Tier | Reviews per 5-hour window |
|---|---|
| Free | 3-4 |
| Pro | 8-10 |
| Max | 15-20 |
What counts as a “review”
A review is one full pass of the specialist ensemble on a PR. That includes:- Initial review on
pull_request.opened - Re-reviews on
pull_request.synchronize(each push counts) - Reviews on
pull_request.reopenedandpull_request.ready_for_review
@sigilix on a comment thread is a lighter pipeline that’s not subject to the rate limit.
Burst behavior
If your team pushes 20 commits to a single PR in 30 minutes, Sigilix sees 20pull_request.synchronize events and tries to run 20 reviews. Without throttling, that would burn your entire budget on one PR.
Sigilix coalesces synchronize events. When a synchronize event arrives, Sigilix waits ~30 seconds for additional pushes before starting the review. If more pushes arrive within that window, they’re collapsed into one review on the latest SHA. The earlier SHAs aren’t reviewed.
This means: a rapid push-fix-push-fix sequence costs one review, not three.
Hitting the cap
When you hit your rate limit:- Sigilix doesn’t review the PR
- A small comment is posted: “Rate limit reached. Next review available in ~42 minutes.”
- The review will run automatically once a slot frees up
Monitoring usage
Headers
Every Sigilix-posted review has an HTTP-style footer in its body:Dashboard
The upcoming Pro/Max insights dashboard shows usage over time, with peak-window analysis to help you decide if the next tier is worth it.Webhook
For programmatic monitoring, areview.completed webhook is available on Pro+ tiers. It includes:
Tuning (advanced)
If you want to lower the rate limit on a specific repo (e.g., for a low-traffic archive), set it insigilix.yaml:
When to upgrade
Some signals that suggest you’ve outgrown Free:- Reviews queuing during peak hours
- Hitting the cap multiple days per week
- Multi-repo install (Free is single-repo)
Read next
sigilix.yaml
Configure rate limits per repo.
Pricing
Compare tiers and pick a plan.

