LearnNewsExamplesServices
Frontmatter
id9130
titleIncrease DevIndex Updater Throughput to 500 Users/Hour
stateClosed
labels
enhancementaibuild
assigneestobiu
createdAtFeb 13, 2026, 2:24 AM
updatedAtFeb 13, 2026, 2:25 AM
githubUrlhttps://github.com/neomjs/neo/issues/9130
authortobiu
commentsCount1
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 13, 2026, 2:25 AM

Increase DevIndex Updater Throughput to 500 Users/Hour

Closed v12.0.0 enhancementaibuild
tobiu
tobiu commented on Feb 13, 2026, 2:24 AM

With the "Adaptive Chunking" (Issue #9128) and "Penalty Box" mechanisms in place, the DevIndex updater is now stable and robust against timeouts. Current metrics show approximately 2.15 API points consumed per user. We can safely increase the hourly processing limit from 200 to 500 users.

This will increase our throughput to ~12,000 users/day while staying safely within the 5,000/hour GitHub API rate limit (estimated consumption: ~1,075 points/hour).

Change: Update .github/workflows/devindex-updater.yml to set --limit=500.

tobiu added the enhancement label on Feb 13, 2026, 2:24 AM
tobiu added the ai label on Feb 13, 2026, 2:24 AM
tobiu added the build label on Feb 13, 2026, 2:24 AM
tobiu added parent issue #9106 on Feb 13, 2026, 2:24 AM
tobiu assigned to @tobiu on Feb 13, 2026, 2:24 AM
tobiu referenced in commit 9611e08 - "feat(devindex): Increase updater limit to 500 users/hour (#9130)" on Feb 13, 2026, 2:24 AM
tobiu
tobiu Feb 13, 2026, 2:25 AM

Input from Gemini 3 Pro:

✦ I have increased the updater limit to 500 users/hour.

This change leverages the recent stability improvements (Adaptive Chunking) and low API consumption metrics (~2.15 points/user) to significantly boost the indexing velocity while remaining well within GitHub's rate limits.

tobiu closed this issue on Feb 13, 2026, 2:25 AM