Description | This article describes that if playbooks run recursively and get executed infinitely, it is creating huge playbook queues that affect performance adversely. |
Scope | |
Solution |
To clear playbook queues, run the following commands: 1) csadm services --stop
2) systemctl start rabbitmq-server
3) rabbitmqctl purge_queue celery -p fsr-cluster
4) rabbitmqctl purge_queue queue.falcon.data -p intra-cyops
5) rabbitmqctl purge_queue queue.crudhub.data -p intra-cyops
6)csadm services --restart
|