Tag
#ops
9 recipes tagged #ops.
- ops 1 hour to set up · advanced
Nightly Routine: draft PRs for low-risk silent bugs
Routine runs at 2am, picks the top silent bug, investigates it, opens a draft PR if the fix is small and contained. Lights-out triage for the next morning's review.
#errors#routine#automation#auto-fix - ops 10 minutes · intermediate
Get a weekly digest of what your agent did
Routine that reads the audit log every Friday and Slacks a category breakdown: cases resolved, flags toggled, surveys created. Don't trust — verify in 60s.
#analytics#audit-log#digest#routine - ops 30 minutes · advanced
Alert on unexpected agent mutations
Routine that watches the audit log for high-impact actions (flag deletes, suppression adds, cohort deletes). Pages #security if anything happens outside business hours.
#analytics#audit-log#security#early-warning - ops 1 minute · beginner
Who's still on the old client?
Distinct users per app_version over 7 days. See the long tail of old clients — informs the force-update decision and deprecation timing.
#analytics#mobile-app#app-version#releases - ops 1 minute · beginner
Auto-document your captured event taxonomy
Every event captured in the last 30 days with count, first-seen, last-seen, sample property keys. Markdown table for Notion — your event taxonomy doc that never goes stale.
#analytics#documentation#event-taxonomy#onboarding - ops 10 minutes · advanced
Match supply to demand per region or category
Per-region ratio of buyer-side events to seller-side events. Spot starved regions before they churn. Liquidity is the metric that decides supply vs demand growth investment.
#analytics#dashboards#marketplace#liquidity - ops 20 minutes · advanced
Build a roll-your-own status.yourdomain page
Data-driven status dashboard: ingest health, recent incidents, 7d MTTR. CORS-open + iframe-able. More honest and cheaper than Statuspage.io.
#analytics#dashboards#status-page#public-page - ops 1 minute · beginner
Track which SDK versions your customers are on
Look at sdk_version on api_request events. What % are on latest vs N-1 vs older? Critical for the 'when can we deprecate?' conversation.
#analytics#devtools-api#sdk-versions#releases - debugging 1 minute · intermediate
Find the cron that fails every Sunday at 3am
Bucket errors by hour-of-day and day-of-week to surface periodic failures hiding inside normal noise.
#errors#cron#time-series#infra