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
I'M Setting

I'm setting task.publish_on_completion(True) right after initializing the task, and this works as expected if I run the task locally. But when executed on a remote machine - the task stays in Completed status. What can I do about it?

  
  
Posted 19 hours ago
Votes Newest

Answers 3


Task completes normally. I'm using clearml's aws autoscaler.
Task is started the following way: airflow job run finds an older task, clones it, changes some params and enqueues it.

  
  
Posted 17 hours ago

Hi @<1613344994104446976:profile|FancyOtter74> , when you run it remotely, does the task complete normally? How is the agent set up exactly?

  
  
Posted 18 hours ago

Hi @<1613344994104446976:profile|FancyOtter74> , I’m getting the same, will keep you posted once a fixed version is out

  
  
Posted 16 hours ago
11 Views
3 Answers
19 hours ago
11 hours ago
Tags