mher / flower

Real-time monitor and web admin for Celery distributed task queue
https://flower.readthedocs.io
Other
6.5k stars 1.09k forks source link

Adding amqps as a valid broker scheme #1372

Open the-witch-king opened 7 months ago

the-witch-king commented 7 months ago

Issue here: https://github.com/mher/flower/issues/1369

Flower does not take into account the BROKER_API config setting right now if the scheme is set to amqps. It errors.

This seems like it should not be the case, as there is no change required for the RabbitMQ API to work, regardless of amqp or amqps.