문제

I want to use the Flower HTTP API to monitor Celery, but I can't seem to find any documentation of available REST methods, other than the few examples on the README. Can anyone point me in the right direction, or is reading the source code the only option?

도움이 되었습니까?

해결책

All HTTP API methods are documented and available at http://flower.readthedocs.org/en/latest/api.html

다른 팁

You can check the urls.py for a list of all methods: https://github.com/mher/flower/blob/master/flower/urls.py

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top