miguelgrinberg/flask-celery-example

Do I need to start reddis manually?

Zerokami opened this issue · 2 comments

I need to sart reddis from the command line or on startup.
Or will the backend be automatically launched?

Having the message queue running is your responsibility. Celery does not manage that, because there are many different options. You need to install and start the queue of your choice (typically Redis or RabbitMQ, but others are supported too), and then tell Celery through the configuration how to connect to it.

This issue will be automatically closed due to being inactive for more than six months. Please reopen if you need more assistance.