Automated scheduler and monitoring
ansible-playbook -e "pipelining=True" -b -u ubuntu --private-key=~/.ssh/id_rsa -i "172.30.3.12," fullsetup.ymlThe webview is at http://172.30.3.12:5555
Full flower API documentation and examples
curl -u user:password -X POST -d '{"args":[1,2]}' http://172.30.3.12:5555/api/task/async-apply/tasks.add curl -u user:password http://172.30.3.12:5555/api/tasks curl -u user:password http://172.30.3.12:5555/api/task/result/<taskid>