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
Unanswered
Hello, I'M Trying To Spin Up Agents Thru Systemd Service, But It'S Failing:


Hey @<1721336583027691520:profile|ImmenseKoala11> , I have done something similar. My setup is quite a bit different since I had to handle some other internal stuff, but the general idea is the same as yours.

My startup script does a simple clearml-agent daemon --queue <my_queue> , where <my_queue> is a queue I created manually from the webapp. I don't need to change it often, so my agents simply connect to the existing queue. Also I don't have the --detatched flag, I don't think you need it.

I also needed to handle stuff when the agents shuts down, so I had a separate script that does clearml-agent daemon --stop to be executed at ExecStop

Hope it helps!

  
  
Posted 3 months ago
50 Views
0 Answers
3 months ago
3 months ago