task-patterns
Installation
SKILL.md
Task Patterns Skill
Production-ready Celery task templates with comprehensive error handling, retry mechanisms, rate limiting, and custom behavior patterns.
Overview
This skill provides battle-tested templates and patterns for building robust Celery tasks. Each template demonstrates production-ready code with proper error handling, logging, retry logic, and security best practices.
Core Patterns
1. Basic Task Template
Template: templates/basic-task.py
Simple task with standard error handling and logging.