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 Everyone, Is There An Option To Stop A Clearml Agent Gracefully, I.E. Finish The Current Task And Then, Instead Of Accepting Another Task For Execution Stopping The Agent? When I Want To Take Down A Machine For Updates, I Want To Wait For Jobs To Fini

Hi everyone,
is there an option to stop a ClearML agent gracefully, i.e. finish the current task and then, instead of accepting another task for execution stopping the agent?

When I want to take down a machine for updates, I want to wait for jobs to finish before doing so.

  
  
Posted 7 months ago
Votes Newest

Answers 2


Hi @<1523701868901961728:profile|ReassuredTiger98> , that's currently not possible (although it's a great idea)

  
  
Posted 7 months ago

Thank you for clearing that up 🙂

  
  
Posted 7 months ago
445 Views
2 Answers
7 months ago
7 months ago
Tags