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
Can I Shutdown Specific Workers Somehow? Running

Can I shutdown specific workers somehow?
Running clearml-agent .... --stop just iterates over all the local workers and shuts them down one by one

  
  
Posted one year ago
Votes Newest

Answers 4


I think you need to provide the worker ID following the stop command ( --stop <worker_id> )

  
  
Posted one year ago

Are you providing the exact same command line as was used to start the agent?

  
  
Posted one year ago

Yes

  
  
Posted one year ago

Thanks!

  
  
Posted one year ago