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
Unanswered
Hey! Does The Sdk Have Default Timeout, In Case Endpoint Is Not Available Or Credentials Are Not Valid? Getting This Warning Messages, Sdk Fails To Communicate With The Clearml Server And Script Hangs, While Setting Up Client:


hey @<1523701070390366208:profile|CostlyOstrich36>
there are no issues, I had simulated one in order to see how my automation behaves when ClearML is down

I'm looking to see how to make sure my code behaves nicely in case ClearML is down
so I'm looking for why it does not times out gracefully, when for some reason ClearML server is unreachable (network issues or invalid credentials)

  
  
Posted 14 days ago
29 Views
0 Answers
14 days ago
14 days ago