async-jobs

Community

Reliable background task processing.

Authoryonatangross
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines the implementation of robust background job processing, ensuring tasks are executed reliably, retried on failure, and managed efficiently.

Core Features & Use Cases

  • Task Queues: Implement background task processing using Celery or ARQ.
  • Workflows: Orchestrate complex task sequences with chains, groups, and chords.
  • Scheduling: Set up periodic tasks using Celery Beat.
  • Error Handling: Configure retry strategies, dead-letter queues, and idempotency.
  • Use Case: You need to process user-uploaded images asynchronously. This Skill provides patterns for setting up a Celery worker, defining the image processing task with retries, and enqueueing the job from your web application.

Quick Start

Use the async-jobs skill to implement a Celery task with retry and exponential backoff.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: async-jobs
Download link: https://github.com/yonatangross/orchestkit/archive/main.zip#async-jobs

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.