Hi, what & how are you running? Is it a local deployment?
Is it the services docker that comes with the docker compose or did you run your own agent?
My own agent.
I want to clarify:
I was asking if such a feature exists (that limits number of simultaneous service tasks that can be brought up when using service mode) and if so how can I utilize it.
Hi ImmensePenguin78 , you can do that by passing a number after the --services-mode
command line switch
Hi SuccessfulKoala55 , just for clarification, running
clearml-agent daemon --services-mode 5 --detached --cpu-only --queue cpu_queue --docker
would allow at most 5 concurrent services, right?