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

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -