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 Am Using Clearml Own Hosted Server On Aws Ec2. When I Am Creating A Task I Am Getting This Error "Retrying (Retry(Total=239, Connect=239, Read=240, Redirect=240, Status=240)) After Connection Broken By 'Connecttimeouterror(<Urllib3.Connection.Httpco

Hi, I am using clearML own hosted server on aws ec2. When I am creating a task I am getting this error "Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f6dff7eaf50>, 'Connection to <HOST_IP> timed out. (connect timeout=3.0)')': /auth.login" There is an open git issue as well None , How can i resolve this?

  
  
Posted one year ago
Votes Newest

Answers 5


@<1523701070390366208:profile|CostlyOstrich36> This is an example of timeout I am talking about.
image

  
  
Posted one year ago

@<1624579015031394304:profile|JitterySeal56> , is it possible there are connectivity issues between the client and the server? Do you see anything in the logs of the apiserver?

  
  
Posted one year ago

No, there is no issue in connectivity. Logs are fine. You can see in git issue I provided its the same error. I am getting error but it's getting completed as well.

  
  
Posted one year ago

Were you able to do clearml-init and create a clearml.conf ?

  
  
Posted one year ago

Yes, l was able to do.

  
  
Posted one year ago