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, I Have A Scenario Where When The Code Is Run Remotely Via Clearml-Agent, The Code Appears To Get Stuck At

Hi, i have a scenario where when the code is run remotely via clearml-agent, the code appears to get stuck at task.init() . It seems to only affect the attached python script thus far. Can't figure out what's wrong, have attached the logs from clearml, and the kubernetes as well.

  
  
Posted one year ago
Votes Newest

Answers 2


Hi @<1523701504827985920:profile|SubstantialElk6> , the only thing I can think of is that somehow the task code can't reach the apiserver?

  
  
Posted one year ago

Is there anyway to see an error log from that?

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