Tag
#oncall
15 workflows tagged #oncall.
- ops 1 hour to review and configure · advanced
Safely turn a production error into a draft PR
A bounded self-healing workflow that claims one trusted production case, prepares one reviewable draft PR, and waits for CI, deploy, and real-traffic verification.
#errors#automation#auto-fix#draft-pr - debugging 3 minutes · beginner
Investigate errors after the latest deploy
Review cases first seen after a trusted deploy, distinguish SHA attribution from timing correlation, and inspect the highest-impact evidence before proposing a fix.
#errors#deploys#post-deploy#regression - debugging 5 minutes · intermediate
Find queue latency and dead-letter spikes
See which background jobs are backing up, retrying, or landing in dead-letter queues before customers notice stale state.
#analytics#errors#background-jobs#queues - ops 10 minutes · intermediate
Review release health after a deploy
Assemble trusted deploy, error-case, and product-event evidence into a human release review without collapsing unlike signals into a misleading score.
#analytics#errors#deploys#releases - ops 2 minutes · beginner
Review stale or dangerous error suppressions
Find suppressions that are hiding high-volume, high-impact, or recently regressed errors before noise rules mask real incidents.
#errors#suppressions#governance#ops - debugging 2 minutes · intermediate
Mobile background-sync failure monitoring
Background sync, refresh, prefetch jobs fail silently and degrade UX. Group failures by task_name and network_type to find the patterns.
#errors#mobile-app#background-jobs#infra - debugging 2 minutes · advanced
Find connection-pool / timeout patterns in errors
Surface DB connection exhaustion, statement timeouts, and deadlock retries. Find the original slow query starving everything else.
#errors#database#infra#scaling - debugging 30 seconds · beginner
Find what broke after the last npm update
Tie new error fingerprints to the deploy that bumped dependencies. Spot the silent regression nobody intended to ship.
#errors#regression#dependencies#deploys - debugging 1 minute · beginner
Compare error rates between staging and prod
Diff fingerprints between staging and production. Find what's already breaking in staging that the next deploy will carry into prod.
#errors#environments#pre-deploy#staging - debugging 1 minute · intermediate
Diagnose a flaky CI test from its error payloads
Group test failures across CI runs by error pattern. Get a verdict — real bug or timing — without the manual archaeology.
#errors#ci#testing#flaky-tests - debugging 1 minute · intermediate
Catch display-vs-actual-stock mismatches
Find inventory sync errors trending up by warehouse and SKU before customers do. The 'in stock' display lie is one of the highest-cost bugs in ecommerce.
#errors#inventory#ecommerce#infra - debugging 1 minute · intermediate
Detect a 429-spike before customers tweet about it
Trend HTTP 429 responses week-over-week and flag spikes. Catch third-party rate-limit tightening or a runaway customer integration.
#errors#rate-limiting#early-warning#datadog-alternative - debugging 10 seconds · beginner
Find the bugs 5 people hit but no one reported
Surface real errors that affect multiple users but never get filed as tickets. The biggest source of silent churn.
#errors#retention#saas#sentry-alternative - ops 5 minutes · intermediate
Review genuinely new staging errors
Compare a bounded staging case window with prior fingerprints, inspect only genuinely new failure modes, and prepare a human-reviewed oncall handoff.
#errors#staging#post-deploy#human-review - ops 10 minutes · intermediate
Review noisy error cases before suppressing them
Inspect real case evidence, propose the narrowest reversible suppression, and require human approval before changing case or alert behavior.
#errors#suppressions#governance#human-review