Celery tasks aren’t sent to celery worker
I’m trying to build web using flask, celery and redis. I’m developing in wsl2 ubuntu and set the environment by docker. Flask, celery and redis are in same docker container.
Celery not works (in Docker)
I’m trying to build web using flask, celery and redis. I’m developing in wsl2 ubuntu and set the environment by docker. Flask, celery and redis are in same docker container.