Exception: Zizq::Router::UnknownJobType
- Defined in:
- lib/zizq/router.rb
Overview
Raised when a job arrives with a type that has no registered route and no fallback. Caught by Zizq’s normal worker error path, which nacks the job for retry (or dead-letters it once the retry limit is hit).