It's job is to monitor the services queue and run any service task you enqueue there (these are typically maintenance tasks that do not require a GPU)
(as i see the services worker is only in the services-queue, and not my default queue (where my other servers/workers are)
So basically the service-mode is just a flag passed to the agent, and the services queue is the name of the queue it will pull from.
If i want a normal worker also
You can just add another section to the docker-compose, or run it manually after you spin the docker-compose.
LazyFox65 wdyt ?
ClearML Agent Services is a ClearML Agent running on the server machine with the --services
option