mipo

Scanner Disabled

A scanner is administratively disabled but still has outstanding jobs. Disabled scanners do not pick up jobs from ingest.

How to

Drain

  1. If the scanner will return: choose "Drain scanner (24h)" — sets draining_until on the scanner
  2. Existing jobs continue; no new jobs assigned
  3. Bring the scanner back to active status when ready (Config > Scanners)

Reassign

  1. For jobs that need to run elsewhere: choose Reassign and pick an active scanner

Fail

  1. For jobs that no longer matter: bulk-fail (terminal)

Gotchas

  • Re-enabling the scanner does NOT auto-reset draining_until — set status=active, then optionally clear draining_until manually.
  • Disabled scanners keep their assigned jobs visible until repaired; they do not auto-fail.

API calls (1)

MethodPathDescription
POST /api/health/job-errors/:stateId/repair action=drain | reassign | fail

Related