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 Everyone Looking To Get Some Input How Clearml Server Set Tasks Status How Does Server Differentiate Between Tasks In Different States:

Hey everyone
looking to get some input how ClearML server set tasks status
how does server differentiate between tasks in different states: stopped , failed , aborted
is there a way to get more details about the state?

our rationale is to utilize ClearML to understand better why tasks do not complete

  
  
Posted 20 hours ago
Votes Newest

Answers 2


@<1876800977114238976:profile|ShakyCrocodile77> perhaps can elaborate
e.g

what is diff between jobs stopped vs. aborted?
it's sig kill sent from user?
how does clearml set if job is stopped or aborted?

  
  
Posted 17 hours ago

Hi @<1523701842515595264:profile|PleasantOwl46> , what do you mean more details about the state? Usually in the INFO section of the task you have all history of actions

  
  
Posted 17 hours ago
1 Views
2 Answers
20 hours ago
2 hours ago
Tags