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, Clearml We'Re Running Self-Hosted Clearml Server:

Hi, ClearML we're running self-hosted clearml server: Server: 1.14.0-431 • API: 2.28 And faced odd issue with task running on spot VMs. When task was started, and in 1-2 minutes spot VM was taken task stuck in Running status. How we can avoid it?

  
  
Posted 15 days ago
Votes Newest

Answers 4


Hi @<1523701491863392256:profile|VastShells9> , I assume you're using the autoscaler?

  
  
Posted 15 days ago

self-created script to create a VM, we're on free version, so we can not use GCP autoscaler

  
  
Posted 15 days ago

Then I think this is something you need to implement in your script to mark the task as failed if the spot goes down

  
  
Posted 15 days ago

got it, thanks

  
  
Posted 15 days ago