help with celery and flower library python
cromos92
PROOP

2 years ago

Hi I'm asking about the Flower Python library in my Django project. It uses port 5555 and has this configuration in the Procfile that I use in my project:
web: gunicorn vicentEcommerces.wsgi:application --bind 0.0.0.0:$PORT --workers 6
worker: celery -A vicentEcommerces worker --loglevel=info --concurrency=6
flower: celery -A vicentEcommerces flower --port=5555 --broker=${REDISURL} --basicauth=username:password

In my project, I am using Celery and Redis, which are already configured and working. However, I want to add more workers because one is not enough. To visualize them, I was planning to use Flower, but I'm open to any recommendations you might have.

2 Replies

cromos92
PROOP

2 years ago

b956b94a-897f-4b56-bc14-aa41d05c2801


2 years ago

please do not open duplicate threads.


Loading...