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
How To Make Sure That Clearml Agents Are Running Queue After Server Restart? Sometimes Our Worker Dies And We Manually Have To Run Settuping For Queue, We Run It In Docker Mode Too

how to make sure that clearml agents are running queue after server restart?
Sometimes our worker dies and we manually have to run settuping for queue, we run it in docker mode too

  
  
Posted 8 months ago
Votes Newest

Answers


Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you need add the agent command that you run into the bootup of your system

  
  
Posted 8 months ago
562 Views
1 Answer
8 months ago
8 months ago
Tags