This projects aims to learn how background job processor works. Details blog post: https://www.komu.engineer/blogs/07/understand-how-celery-works
- pip install -r requirements.txt
- start redis server at localhost:6379
- run task as python src\tasks\adder_task.py
- run worker as python src\tasks\worker_task.py