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 From What I Can Tell Trying To Follow This Documentation

Hi from what I can tell trying to follow this documentation None

To start an agent I should run

clearml-agent daemon --queue test_queue --detached

and to stop the agent I should run

clearml-agent daemon test_queue --stop

Stopping the agent has never worked for me it always can't find it. So what is the proper way to stop a deteched agent?

  
  
Posted one day ago
Votes Newest

Answers 2


Thank you! I think that is all I need to do

  
  
Posted one day ago

clearml-agent daemon --stop
will stop one daemon

  
  
Posted one day ago