routing-strategies

Installation
SKILL.md

Celery Task Routing Strategies Skill

This skill provides comprehensive templates, scripts, and patterns for implementing advanced task routing and queue management in Celery applications, including priority queues, topic-based routing, and worker-specific queue assignments.

Overview

Effective task routing is crucial for:

  1. Performance Optimization - Route compute-intensive tasks to dedicated workers
  2. Priority Management - High-priority tasks bypass slower queues
  3. Resource Isolation - Separate critical operations from background jobs
  4. Scalability - Independent scaling of different task types

This skill covers routing with RabbitMQ, Redis, and custom broker configurations.

Available Scripts

1. Test Routing Configuration

Related skills

More from vanman2024/ai-dev-marketplace

Installs
5
GitHub Stars
10
First Seen
Feb 11, 2026