Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, When Running A Clearml Agent With Services Mode, Is There A Way To Limit The Number Of Concurrent Services Crunning?

Hi, when running a clearml agent with services mode, is there a way to limit the number of concurrent services crunning?

  
  
Posted 2 years ago
Votes Newest

Answers 9


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?

  
  
Posted 2 years ago

Hi ImmensePenguin78 , you can do that by passing a number after the --services-mode command line switch

  
  
Posted 2 years ago

Is it the services docker that comes with the docker compose or did you run your own agent?

  
  
Posted 2 years ago

yeah

  
  
Posted 2 years ago

ClearML agent

  
  
Posted 2 years ago

with a self-hosted clearml server

  
  
Posted 2 years ago

Hi, what & how are you running? Is it a local deployment?

  
  
Posted 2 years ago

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.

  
  
Posted 2 years ago

docker mode + services mode

  
  
Posted 2 years ago
565 Views
9 Answers
2 years ago
one year ago
Tags