·celery-advanced
*

celery-advanced

yonatangross/orchestkit

Advanced Celery patterns including canvas workflows, priority queues, rate limiting, multi-queue routing, and production monitoring. Use when implementing complex task orchestration, task prioritization, or enterprise-grade background processing.

19Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill celery-advanced

SKILL.md

| Workflow type | Chain for sequential, Group for parallel, Chord for fan-in | | Priority queues | 3 queues (high/default/low) for most use cases | | Rate limiting | Per-task ratelimit for simple, token bucket for complex | | Monitoring | Flower + custom signals for production | | Task routing | Content-based router for dynamic routing needs |

| Worker scaling | Separate workers per queue, autoscale with HPA | | Error handling | Base task with retry + dead letter queue |

canvas-workflows Keywords: chain, group, chord, signature, canvas, workflow Solves:

Advanced Celery patterns including canvas workflows, priority queues, rate limiting, multi-queue routing, and production monitoring. Use when implementing complex task orchestration, task prioritization, or enterprise-grade background processing. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill celery-advanced
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is celery-advanced?

Advanced Celery patterns including canvas workflows, priority queues, rate limiting, multi-queue routing, and production monitoring. Use when implementing complex task orchestration, task prioritization, or enterprise-grade background processing. Source: yonatangross/orchestkit.

How do I install celery-advanced?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill celery-advanced Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit