This skill provides production-ready templates and implementation patterns for handling asynchronous tasks, scheduled cron jobs, and complex multi-step workflows. It includes comprehensive configurations for popular providers like BullMQ, Inngest, and Trigger.dev, enabling developers to offload intensive processing, manage recurring reports, and build resilient serverless workers. Whether you are handling high-volume image processing, bulk data imports, or automated email sequences, these patterns offer built-in error handling, exponential backoff, and progress tracking for reliable backend operations.
主な機能
011 GitHub stars
02Serverless worker patterns using Inngest and Trigger.dev
03Scheduled (cron) and delayed task execution management
04Queue-based job processing with BullMQ and Redis integration
05Comprehensive error handling, exponential backoff, and job monitoring
06Advanced workflow orchestration for multi-step business processes
ユースケース
01Offloading CPU-intensive image processing or bulk data imports from the main application thread
02Scheduling recurring automated emails, daily system reports, and periodic database cleanups
03Implementing long-running user onboarding workflows with wait steps and re-engagement logic