Scheduled scans run sequentially — one slow repo blocks all others #61

Open
opened 2026-03-30 13:29:55 +00:00 by sharang · 0 comments
Owner

scan_all_repos awaits each repo scan serially. A slow repo blocks all subsequent scans. Fix: Fan out with tokio::spawn and a concurrency cap (e.g., Semaphore).

scan_all_repos awaits each repo scan serially. A slow repo blocks all subsequent scans. Fix: Fan out with tokio::spawn and a concurrency cap (e.g., Semaphore).
sharang added the performancehighbugv0.3.0 labels 2026-03-30 13:29:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sharang/compliance-scanner-agent#61