-
Performance
Add backpressure to my background job queues
Keep slow jobs from silently piling up into a multi-day backlog with limits, monitoring, and overload behavior.
Free Prompt
What This Does / How This Helps
This measures your queue's real throughput, adds depth and age monitoring, defines what happens under overload per job type, and bounds retries with a dead-letter queue. Queues fail silently. There's no error page; work just happens later and later, and you find out when a user asks why their export never arrived or a customer gets a receipt email six hours after purchase. The producer-outpaces-worker situation is also guaranteed to happen eventually: one bulk action, one retry storm from a flaky third party. Backpressure and monitoring turn an invisible, compounding failure into a boring alert you handle in minutes.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).