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 Do I Stop A Zombie Agent?

How do I stop a zombie agent? 🤔
I see it in clearml-agent list , but I do not see it in ps aux and when I try clearml-agent daemon --stop <worker_id> , I get Could not find a running clearml-agent instance with worker_name=...

  
  
Posted one year ago
Votes Newest

Answers 9


Aw you deleted your response fast CostlyOstrich36 xD

Indeed it does not appear in ps aux so I cannot simply kill it (or at least, find it).
I was wondering if it's maybe just a zombie in the server API or similar

  
  
Posted one year ago

LOL, my pleasure 😄

  
  
Posted one year ago

UnevenDolphin73 , can you verify that the process is not running on the machine? for example with htop or top

  
  
Posted one year ago

If the process is dead it will be removed from the UI after some time

  
  
Posted one year ago

It's removed now, magic of asking for help and doing nothing 😄

  
  
Posted one year ago

It's cached for a bit of time in the backend

  
  
Posted one year ago

Literally just as you said it - it happened

  
  
Posted one year ago

Aw you deleted your response fast

Yeah I misread the part where it's not in ps aux ^^

  
  
Posted one year ago

Thanks!

  
  
Posted one year ago