Skip to content

aspiredu/celery-flower-heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment

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.

Local development

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

Releases

No releases published

Packages

No packages published

Languages

  • Procfile 100.0%