from svc_infra.jobs.queue import JobQueue
Protocol
Protocol defining a background job queue interface. Implementations must provide enqueue, reserve, acknowledge, and fail operations for reliable background job processing with retry semantics.