I just inherited a pipeline that utilizes Deadline.
I have several nodes that seem to automatically go from one machine group to another every morning at 8am.
upon looking at the slave history I find this:
2016/09/27 19:00:03 renderusr (web service) NAMEOFSERVER (DOMAIN\renderusr): Added group(s): [ae,none,comp,renderfarm].
2016/09/28 08:00:04 renderusr (web service) NAMEOFSERVER (DOMAIN\renderusr): Added group(s): [ae,comp].
If I go to the said server and pull up the Pulse logs I see this
@ 7pm
2016-09-27 19:00:03: Web Service - Request: PUT http://NAMEOFSERVER:8080/api/groups
2016-09-27 19:00:03: Web Service - Found API command: groups
@8am
2016-09-28 08:00:04: Web Service - Request: PUT http://NAMEOFSERVER:8080/api/groups
2016-09-28 08:00:04: Web Service - Found API command: groups
How is this taking place? How do I find what is sending these commands?