Deck - Know when your background jobs fail before your customers do
by•
Background jobs fail silently. Horizon shows you what's running right now, but the history disappears with Redis. Deck remembers everything — every execution, searchable, with controls to cancel runaway jobs and block broken classes during incidents. Free open source package, hosted Cloud dashboard available.
Replies
Does Deck integrate with existing Horizon dashboards or does it fully replace them, and what happens to historical data when you first install it?
How does Deck handle retention if Redis itself is the bottleneck causing the failures in the first place, and does the cloud version have any storage limits on the job history?
How does Deck handle the storage growth over time as execution history piles up, is there any built-in pruning or do I need to manage retention myself?
Curious how the cancel and block controls actually work under the hood — does Deck need to wrap job dispatching, or can it intercept runs that were already dispatched before Deck was added?
Finally someone fixed the "what ran last Tuesday at 3am" mystery. The search through old job executions already saved me from digging through logs during an incident.