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 ! I Am Using The Pipelinecontroller To Orchestrate A Set Of Job. The Clearm-Agent (Workers) Are Hosted On Spot Instance (Gcp) And The Pipellinecontroller Does Not Mark The Task As Failure Whenever A Worker Gets Preempted. Is There A Way To Mark The

Hello !
I am using the PipelineController to orchestrate a set of job. The clearm-agent (workers) are hosted on spot instance (gcp) and the PipellineController does not mark the task as failure whenever a worker gets preempted. Is there a way to mark the task as failure if the worker gets killed ? thx

  
  
Posted 9 months ago
Votes Newest

Answers 2


Is the pipelinecontroller also working on preemptible instances?

  
  
Posted 9 months ago

No just just the clearml-agent

  
  
Posted 9 months ago
505 Views
2 Answers
9 months ago
9 months ago
Tags