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, Is It Commo That

Hello,
Is it commo that
2021-11-17 11:45:08,360 - clearml.Task - INFO - Waiting to finish uploads
will take very long time?
I uploaded a folder, and can see it in the artifacts as well (can't download though), and it's not so heavy.
Why will it hang? and will it timeout at some point?

  
  
Posted 2 years ago
Votes Newest

Answers 10


All machines are under my company's ownership

  
  
Posted 2 years ago

image

  
  
Posted 2 years ago

EmbarrassedSpider34 "self-hosted" in this context can also include AWS EC2 - the question is are you using some sort of hosted service or an open-source ClearML Server you (or your company) have self-installed

  
  
Posted 2 years ago

Using an autoscaler service(on 24/7 EC2 machine)
that triggers EC2 workers (with an AMI I saved prior to activation)

Hope that helps

  
  
Posted 2 years ago

It can take some time if the file is very large or if the folder is very large. This can also depend on the connectivity. If the folder is very large please consider the fact that zipping it also can be resource demanding.

How long has it been hanging and how large is it the folder?

  
  
Posted 2 years ago

no, it is AWS EC2

  
  
Posted 2 years ago

As a matter of fact, all my tasks are "running" state although some of them have failed

  
  
Posted 2 years ago

Also try looking into the resource management on the machine. Do you see traffic going through the network?

  
  
Posted 2 years ago

Is it a self hosted server?

  
  
Posted 2 years ago

folder is rather small.
3.5MB
Am able to see it in the artifacts.
but can't download it (the address is wrong)

  
  
Posted 2 years ago