Commit Graph

12 Commits

Author SHA1 Message Date
valknarness
958192899d fix: use adaptive rate limit threshold for CI vs local
Use MIN_REMAINING_TO_CONTINUE = 100 in CI environments to allow
incremental progress within the 170-minute timeout constraint, while
maintaining 4500 locally for better user experience with fewer
interruptions during indexing.

This fixes the timeout issue where waiting for nearly full rate limit
reset (4500/5000) required ~58 minutes per cycle, causing builds to
exceed the 170-minute timeout after just 3 cycles.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 17:56:55 +01:00
valknarness
946513fbbb fix: suspend 2025-10-27 03:53:52 +01:00
valknarness
a136b929b0 fix: suspend 2025-10-27 02:36:46 +01:00
valknarness
c0d3ffd328 fix: CI indexing 2025-10-26 22:04:46 +01:00
valknarness
9eb428dd63 fix: cli no user input 2025-10-26 19:12:49 +01:00
valknarness
1bc5e564b1 docs: readme 2025-10-26 15:26:02 +01:00
valknarness
509795ab82 Fix workflow database initialization and error handling
- Initialize database inside indexer process to ensure connection exists
- Configure GitHub token in same process as indexer
- Make indexer throw errors instead of returning early for CI failure detection
- Remove duplicate token configuration step
- Pass GITHUB_TOKEN as environment variable to build step

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 14:05:21 +01:00
valknarness
6518cd8e76 Add getIndexStats function to db-operations
This function is required by the GitHub Actions workflow for
gathering database statistics after the build completes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 14:03:11 +01:00
valknarness
10910d8537 fix: github workflow 2025-10-26 14:00:45 +01:00
valknarness
c73a14510b feat: github workflow 2025-10-26 13:55:27 +01:00
valknarness
4cdcc62e15 feat: github workflow 2025-10-26 13:48:23 +01:00
valknarness
700c73bcbf a new start 2025-10-25 15:52:06 +02:00