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
Hi, I Am Trying To Use Clearml Agents With Docker. I Send A Task Into A Queue, An Agent Grabs It And Starts It And Everything Seems Fine - But The Task Gets Stuck On "Starting Task Execution:" And After A Couple Of Minutes The Task Is Aborted With The Mes

Hi, I am trying to use clearml agents with docker.
I send a task into a queue, an agent grabs it and starts it and everything seems fine - but the task gets stuck on "Starting Task Execution:" and after a couple of minutes the task is aborted with the message "Forced stop (non-responsive)"
Any idea what's causing it?

  
  
Posted 2 years ago
Votes Newest

Answers 4


Sent you the log privately.

  
  
Posted 2 years ago

Sure, just a moment

  
  
Posted 2 years ago

Hi, can you add a log of the run? Also what version of ClearML Agent are you using

  
  
Posted 2 years ago

Clearml agent 1.1.1

  
  
Posted 2 years ago
688 Views
4 Answers
2 years ago
one year ago
Tags