New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
Worker CPU sits near zero, the queue length keeps climbing, and nobody can say whether that means add workers or something else entirely.
What you'll have at the end
A worker count and prefetch setting chosen from a measured queue-length graph instead of a guess
You need
A background job queue that's visibly growing over time, at least two job types sharing it with noticeably different run times, and access to your broker's own queue-length command plus your worker pool's own inspection command.
Not covered
A queue stuck behind one specific job that keeps failing and retrying forever. That's a poison message, not a capacity or prefetch problem, and it needs a different fix entirely.
Checked 19 Aug 2026
Part of the Background Job Processing Systems cookbook