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 2 years ago
Votes Newest

Answers 9


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

  
  
Posted 2 years ago

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 2 years ago

Aw you deleted your response fast

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

  
  
Posted 2 years ago

Thanks!

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

Literally just as you said it - it happened

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

LOL, my pleasure 😄

  
  
Posted 2 years ago