Skip to main content

Re-run the resolver against every release currently visible in the review queue (`unresolved`, `ambiguous`, `review_pending`). With `?includeResolved=true`, also walks `resolved` rows (skipping manually-linked ones). Spawns a background task and returns immediately so the request doesn't block on what can be a multi- minute walk. A dedicated per-process lock prevents a second click from spawning a parallel walk; in that case the response is `{ triggered: false, skipped: true }`.

POST 

/api/v1/releases/retry-all

Re-run the resolver against every release currently visible in the review queue (unresolved, ambiguous, review_pending). With ?includeResolved=true, also walks resolved rows (skipping manually-linked ones). Spawns a background task and returns immediately so the request doesn't block on what can be a multi- minute walk. A dedicated per-process lock prevents a second click from spawning a parallel walk; in that case the response is { triggered: false, skipped: true }.

Request

Responses