What problem does it solve?
This Skill solves the challenge of running reliable asynchronous work by providing a durable queue system with retries, scheduling, and delivery guarantees without requiring users to operate their own message broker.
Core Features & Use Cases
- Durable Job Processing: Enqueue background jobs that are delivered to HTTP consumers with retry and dead-letter handling.
- Concurrency and Reliability Controls: Configure retry limits, concurrency caps, delayed execution, deduplication, and dependency DAGs for complex job flows.
- Use Case: Use this Skill to manage image processing pipelines, notification delivery, data synchronization, or other backend tasks that must complete reliably after a request finishes.
Quick Start
Ask the my-queue-api skill to create a queue for processing background jobs and enqueue a task for an HTTP consumer.