Overview
What this demonstrates:- Celery distributed task queue
- Multi-worker AI processing
- Task-level event correlation
- Background job monitoring
oisp-cookbook/multi-process/python-celery
Key Code
Running
- 1 Redis broker
- 3 Celery workers
- 1 OISP Sensor (monitors all workers)
Captured Events
- Events from all workers
- Process-level attribution
- Task queue patterns
- Worker performance
Use Cases
- Background job processing
- Distributed AI tasks
- Batch processing
- Worker pool monitoring