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, A Small Bug (Not Really A Bug) In The Autoscaler: I Have P3.2Xlarge Instances That Take A Long Time To Shutdown. With

Hi, a small bug (not really a bug) in the autoscaler: I have p3.2xlarge instances that take a long time to shutdown. With polling_interval_time_min=1 , the autoscaler tries to spin them down multiple times:
2021-10-18 15:51:18 Spin down instance cloud id i-00693e70d14a61415 Spin down instance cloud id i-0923fa041e42ec7a0 Spin down instance cloud id i-00c36f6a0c9e61697 2021-10-18 15:57:24 Spin down instance cloud id i-00693e70d14a61415 Spin down instance cloud id i-0923fa041e42ec7a0 Spin down instance cloud id i-00c36f6a0c9e61697

  
  
Posted 2 years ago
Votes Newest

Answers 2


HI JitteryCoyote63 , so just the print is double?

  
  
Posted 2 years ago

Hi TimelyPenguin76 , I guess it tries to spin them down a second time, hence the double print

  
  
Posted 2 years ago