Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 386 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 386 Bytes

Celery Flower monitoring and administration tool

Usage:

  • Create an application from this repo
  • Add environment variable BROKER_URL pointing to RabbitMQ or Redis instance
  • Add environment variable RESULT_BACKEND pointing to Redis instance
  • Add environment variable FLOWER_BASIC_AUTH in format USERNAME:PASSWORD. This will be used to authenticate Celery Flower web interface