Celery task not excecuting with redis and fastapi
I am trying to make a task with celery using redis as broker and backend with fastapi. I am new to this so I do not know what am I doing wrong. I am following this tutorial: https://www.youtube.com/watch?v=mcX_4EvYka4 I am…