GPT-5 finding
RETRY_CONCURRENCY is defined but unused in retry cron
lowmaintainabilityhigh
- apps/web/lib/review-retry.ts:29-35
The constant is declared but never used, which can confuse readers about intended concurrency control and drift from actual behavior.
Recommendation
Either remove RETRY_CONCURRENCY or implement its usage (e.g., a small parallel worker pool) when ready. At minimum, add a TODO referencing where it will be applied.