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
Hello Everyone, When I Try To Connect To Clearml Server But I Put A Wrong Url, I See This Error And It Keeps On Trying. Shouldn'T I See Some Kind Of Error Telling Me The Url Is Wrong?

Hello Everyone, when I try to connect to clearml server but I put a wrong url, I see this error and it keeps on trying. Shouldn't I see some kind of error telling me the url is wrong?

  
  
Posted 9 months ago
Votes Newest

Answers 6


I see. So, is it same thing when network is slow and there is a mistake in url?

  
  
Posted 9 months ago

The devops changed the url and I had to go through some steps to find out what the problem was.

  
  
Posted 9 months ago

How do you suggest the SDK know what is the 'right' URL and what is the 'wrong' url?

  
  
Posted 9 months ago

Slow network or network died all of a sudden - you wouldn't want your experiments to fail just because there is a network issue. Once network is restored - everything is sent as it should be to the backend. This is the resilience I was talking about

Regarding mistake in URL - I guess it is your responsibility to keep track of not using wrong URLs. As I said before - How would you suggest the SDK know what is the 'right' URL and what is the 'wrong'...

  
  
Posted 9 months ago

This is also used in automated scenarios and over possible network issues, the retry is built in and is a good compromise - basically making the SDK resilient to network issues. The error you're getting is a failure to connect, unrelated to the credentials...

  
  
Posted 9 months ago

I am passing my credentials as well. So, if it tries with the credentials and it doesn't work, may be try twice, may be three times, then raise an error. I don't know a lot about libraries, but the error that I am seeing is a bit confusing now.

  
  
Posted 9 months ago
532 Views
6 Answers
9 months ago
9 months ago
Tags