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, I Am Surprised By The Behavior Of

Hi,
I am surprised by the behavior of clearml-agent daemon --stop which stop the worker fine - but also flag ongoing Task as Completed instead of Aborted or Failure as I would have expected.
I am running the agent in docker mode --> clearml-agent daemon --detached --queue blabla --docker
clearml==1.14.2 and clearml-agent=1.7.0

  
  
Posted 2 months ago
Votes Newest

Answers 2


I also created an issue in the repo directly. Thx for your help.

  
  
Posted 2 months ago

Hi @<1523715429694967808:profile|ThickCrow29> , thank you for creating a github issue on this! Makes sense it would be moved to aborted 🙂

  
  
Posted 2 months ago
159 Views
2 Answers
2 months ago
2 months ago
Tags