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, Is There A Possibility To Switch Off The Agent Just After If Finishes Current Task (Not To Fail The Task, But To Wait Minimal Time)?

Hi, is there a possibility to switch off the agent just after if finishes current task (not to fail the task, but to wait minimal time)?

  
  
Posted one year ago
Votes Newest

Answers 2


Do you mean to kill the clearml-agent process after the task finishes running? What is the use case I'm curious

  
  
Posted one year ago

Hi @<1523701070390366208:profile|CostlyOstrich36> , sorry for not responding. I would like to return to this subject. The use case - make re-allocation of workers between the queues - depending of the needs include given machine in the testing queue. But when I want to switch if off and switch on on the new queue - it will switch off the experiment by the default. And I would like to wait until the experiments finishes peacefully

  
  
Posted one year ago
637 Views
2 Answers
one year ago
one year ago
Tags