Framework Guides
Step-by-step tutorials for adding background jobs, cron scheduling, and task queues to platforms that don't support them natively.
Background Jobs in Next.js
Delayed emails, Stripe syncs, image processing, and trial reminders from a Vercel-deployed app. Includes SDK setup, real-world examples, and declarative task management.
Cron Jobs in Cloudflare Workers
KV cleanup, order processing queues, usage reports, and webhook forwarding. Replace basic Cron Triggers with flexible scheduling and retries.
Scheduled Tasks with Supabase
Daily reports, file upload processing, onboarding drip emails, and session cleanup. Trigger Edge Functions on a cron schedule without pg_cron workarounds.
Never Lose a Webhook Again
Stripe, GitHub, Shopify — external services don't retry forever. Buffer every webhook, forward with retries, and replay any event from history.
Automated DNS Failover
Health-check your servers with cron tasks, automatically switch DNS records on failure, and restore them on recovery. Uses action webhooks, endpoints, and custom forwarding.
Local Webhook Testing
Test Stripe, GitHub, and Shopify webhooks against localhost. Use runlocal.eu as a tunnel, swap forward URLs on the fly, and replay real events to debug locally.
Replace BullMQ + Redis with One API Call
If your BullMQ workers just make HTTP calls, you don't need a queue. Side-by-side migration for delayed jobs, cron, background tasks, and named queues.
Looking for the API reference? Check the documentation.