This repository contains the roadmap for celery usage as a task/job queue
- Backend (emulates backend)
- Thinking service (emulates heavy-cpu service)
- Async version
- Sync version
- Sender service (emulates result (from thinking service) sending service)
- Celery task queue per client
- Redis message broker and cache memory store
- Redis integration: Store specific timestamp of delivered item to validate