Celery monitoring on Heroku -


i have worker process in heroku app runs celery (celery worker --app=myapp). should use monitor workers? there built-in in django? or there 3rd-party service?

you use flower, real-time web based monitor , administration tool celery. this repo contains guide on how run on heroku.

configure app providing broker url , password logging flower:

heroku config:set broker_url=redis://... heroku config:set flower_basic_auth="username:password" 

Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -