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 Have A Question Regarding The Aws-Autoscaler: Am I Understanding Correctly That:

Hi, I have a question regarding the aws-autoscaler: am I understanding correctly that:
max_idle_time_min=5 max_spin_up_time_min=10 polling_interval_time_min=1The autoscaler will:
Check every minute the status of the queues/agents If one instance was started more than 10 mins ago, but is still not connected to the clearml-server, another one will be started If one instance is idle for more than 5 mins, it will be shutted down

  
  
Posted 2 years ago
Votes Newest

Answers 11


I want to verify it doesnโ€™t start more than one instance for the same task

  
  
Posted 2 years ago

Yes, it did spin two instances for the same task

  
  
Posted 2 years ago

Why would it solve the issue? max_spin_up_time_min should be the param defining how long to wait after starting an instance, not polling_interval_time_min , right?

  
  
Posted 2 years ago

Correct ๐Ÿ™‚
polling_interval_time_min = the scaler interval for checking tasks in the queue

  
  
Posted 2 years ago

HI JitteryCoyote63 ,

can you try increasing the polling_interval_time_min to 5-7 minutes for the check? do you get double machines with it too?

  
  
Posted 2 years ago

๐Ÿ‘ checking it

  
  
Posted 2 years ago

whats the clearml version?

  
  
Posted 2 years ago

1.1.2

  
  
Posted 2 years ago

I will try with that and keep you updated

  
  
Posted 2 years ago

Ok, I am asking because I often see the autoscaler starting more instances than the number of experiments in the queues, so I guess I just need to increase the max_spin_up_time_min

  
  
Posted 2 years ago

Here is what happens with polling_interval_time_min=1 when I add one task to the queue. The instance takes ~5 mins to start and connect. During this timeframe, the autoscaler starts to new instances, then spin them down. So it acts as if max_spin_up_time_min=10 is not taken into account

  
  
Posted 2 years ago
600 Views
11 Answers
2 years ago
one year ago
Tags