mipo

Rate Limit Exhausted

The slowest-wins rate resolution across the job's scanner, subnet, and port-list levels evaluates to 0 probes/sec. Operator policy prevents any throughput.

How to

Diagnose

  1. Identify which level (scanner / subnet / port-list) has the 0-rate config
  2. Check Config > Subnets and Config > Port Lists for the affected entries

Fix

  1. Set a non-zero rate at the appropriate level
  2. Redispatch the affected jobs (they will pick up the new rate at next claim)

Gotchas

  • In v1 this detector is a STUB — it never fires. Once the live re-resolution wiring lands, this class will activate.
  • A 0-rate at the scanner level means "no probing from this scanner ever"; check that this is intentional.

API calls (1)

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

Related