Deploy Flower to Heroku to monitor Celery.
Configure the app by providing your broker url (RabbitMQ, Redis) and the Google OpenID auth email domain for logging into Flower. Please read the instructions for enabling Google OAuth.
You can copy the configuration down to your environment via:
heroku config -s -a [your app] > .env
Then prefix each line with export
and save the file.
To run, activate your virtual environment and source the environment variables (source .env
)
To run flower:
heroku local web