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 10 months ago
Votes Newest

Answers 5


Hi @<1613344994104446976:profile|FancyOtter74> , it's high on our list, will keep you posted once release

  
  
Posted 8 months ago

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

  
  
Posted 10 months ago

@<1744891825086271488:profile|RoundElephant20> , any updates?

  
  
Posted 8 months ago

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

  
  
Posted 10 months ago

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 10 months ago
661 Views
5 Answers
10 months ago
8 months ago
Tags