Customer c312 reported timeouts with agents. They have `4_6_clean_rabbit` patch installed. We found queues had been deleted for failed agents.
`sudo grep -r "<AGENT>" /var/spool/mail/root`
The platform and application have been deployed on separate Cloudify tenants. Blueprints have been provided.
Environment:
OS (CLI), HA cluster, cloud provider
------------------------------------
Steps to reproduce:
------------------
1.
2.
3.
Expected result:
---------------
Actual result:
-------------
Looks like this change is needed:
Also, we should make the job run only once every 4 hours, not once per minute every fourth hour.
PR created
confirmed this was working so I’ve now merged it.