Our staging repo doesnt have a dedicated pulse, so the slaves are taking care of those tasks. I’ve noticed that some of those tasks happen parallal on multiple machines. Is this intended?
I do not believe multiple slaves are actually running the house cleaning operations in that case, its just that the slave changes its status to house cleaning when it determines that house cleaning needs to be done. Multiple slaves could enter this state if they all check at the same time, but only one of them will be able to actually perform the house cleaning operations. If you check the slave logs, it should be that only one of them performed the house cleaning at that time, and the other slaves should have a line in them like this:
Another house cleaning process is already in progress
Ah i see. Thanks for the clarification!