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
I Just Set Up The Newest Version Of Clearml Server On Some New Hardware. I Am Trying To Run A Service Job (On Service Queue On Clearml-Services Agent) And I Just Get "Task Failed: Stopping Task (4) Exception" Without Any Error Logged. Any Ideas What This

I just set up the newest version of clearml server on some new hardware. I am trying to run a service job (on service queue on clearml-services agent) and I just get "Task failed: stopping task (4) exception" without any error logged. Any ideas what this could be? How do I debug it? Thanks.

  
  
Posted 5 days ago
Votes Newest

Answers


The issue was .ssh wasn't propagated so the git repository couldn't be cloned.

  
  
Posted 5 days ago
38 Views
1 Answer
5 days ago
4 days ago
Tags