result-backend-patterns
Installation
SKILL.md
Result Backend Patterns
Purpose: Configure and optimize Celery result backends for reliable task result storage and retrieval.
Activation Triggers:
- Setting up result backend for first time
- Migrating from one backend to another
- Result retrieval failures or timeouts
- Serialization errors with complex objects
- Performance issues with result storage
- Expired result cleanup problems
- Custom serialization requirements