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
Hey All, We Like To

Hey all,
We like to https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_security#network-security with our self-hosted server.
We are using GCP and added a load balancer to create our certificate, and c https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config/#subdomain-configuration .

But we couldn’t make it work.
We are getting
clearml.Task - ERROR - Action failed <400/0: projects.get_allIt looks like this error come from the the LB
Do you have any idea what could happened?

  
  
Posted one year ago
Votes Newest

Answers 2


WOW thanks…
I will check it and let you know, but it sounds that this is the reason

  
  
Posted one year ago

Hi FriendlyElk26 ,
I think this is caused by the GCP LB automatically dropping payload for GET requests (no other LB does that). To work around it, you need to make ClearML use PUT requests instead by setting the configuration option api.http.default_method=PUT in the configuration file (or using the CLEARML_API_DEFAULT_REQ_METHOD environment variable. Note that there was a fix for this in the latest version, so I would recommend using the latest versions for both clearml SDK and the agent (for the agent, use the latest RC from pypi)

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