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 Everybody - I Am Using The Pipelinecontroller With Add_Function_Step To Add Different Step To The Pipeline. Is There A Way To Specify A Callback Upon An Abort Action From The User ? I Tried Using The Post_Execute_Callback Or The Status_Change_Callback

Hey everybody - I am using the PipelineController with add_function_step to add different step to the pipeline. Is there a way to specify a callback upon an abort action from the user ? I tried using the post_execute_callback or the status_change_callback but it does not appear to be called. The logs from the clearml-agent dameon

Leaving process id 20
DONE: Running task ā€˜06a4ef2b582a45d9899202d4de6e6e3eā€™ (user aborted)
Process aborted by userNo tasks in queue b02fb8af1e3a49d292d3053e3e369c8a
No tasks in Queues, sleeping for 5.0 seconds
No tasks in queue b02fb8af1e3a49d292d3053e3e369c8a
No tasks in Queues, sleeping for 5.0 seconds

Thanks for you help !

  
  
Posted 7 months ago
Votes Newest

Answers 3


Neat - looks like exactly what I looking for thxx

  
  
Posted 7 months ago

I am running clearml-agent 1.6.1

  
  
Posted 7 months ago

Hi @<1523715429694967808:profile|ThickCrow29>

Is there a way to specify a callback upon an abort action from the user

You mean abort of the entire pipeline?
None

  
  
Posted 7 months ago
474 Views
3 Answers
7 months ago
7 months ago
Tags
Similar posts