Scan queue and retries
How Pranas processes scans in the background and automatically retries transient failures.
Last updated: 2026-05-05
Scans run in a database-backed queue so they survive page refreshes and tab closes.
Auto-retry
Failed queries are automatically retried once with a doubled timeout. This recovers most transient model errors (rate limits, network blips).
Per-user fairness
A small concurrency cap per user keeps shared infrastructure responsive. Large scans process in batches — you'll see progress update live.
What you don't need to do
You never need to "press retry" for transient failures — the queue does it.