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
Hey Guys, Running A Clearml Pipeline, We Keep Getting An 'Abort By User' Message:

hey guys, running a clearml pipeline, we keep getting an 'abort by user' message:
image

  
  
Posted one year ago
Votes Newest

Answers 9


Can you post a minimal example here? Does this always happen or only sometimes? Also how is the pipeline run? Using autoscaler or local machines?

  
  
Posted one year ago

ok so, idk why it helped, but setting base_task_id
instead of base_task_name in the pipe.add_step
function, seems to overcome this

  
  
Posted one year ago

You can see the version if you go to settings page. It is in the bottom right of the screen 🙂

  
  
Posted one year ago

only sometimes, the pipeline runs using local machines

  
  
Posted one year ago

WebApp: 3.16.3-949 • Server: 3.16.1-974 • API: 2.24

  
  
Posted one year ago

i can send you our pipeline file and task

  
  
Posted one year ago

?

  
  
Posted one year ago

Hi @<1544853695869489152:profile|NonchalantOx99> , how are you running the pipeline? What are the clearml & server versions?

Do you have a snippet that reproduces this?

  
  
Posted one year ago

we use the clearml hosted server, so i don't know the version

  
  
Posted one year ago