JobQueuePopHandler interface
What a worker does with each job, and how it asks for the job to come back.
The handler's return value is the re-scheduling instruction, so the retry policy is written in the handler rather than configured on the queue. Pass one to JobQueueWorker.onPop() or JobQueue.onPop().
Signature:
export interface JobQueuePopHandler<T>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.