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 Have A Few Tasks That Are Not Transitioning From

Hi! I have a few tasks that are not transitioning from Running to Completed , despite that python process terminating. Are there any known reasons for this?

  
  
Posted one year ago
Votes Newest

Answers 3


Updating the server has solved the issue šŸ‘

  
  
Posted one year ago

Hi SuperiorPanda77 ,how are the tasks running? Locally or via agent? What does the log show?

  
  
Posted one year ago

Tasks are running locally and recording to our self deployed server, no output in my task log that indicates an issue. This is all of the console output:

2023-01-09 12:53:22 ClearML Task: created new task id=7f94e231d8a04a8c9592026dea89463a ClearML results page: 2023-01-09 12:53:24 ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoringAre there any logs in the server I can check? The server is running v1.3.1 and the issue Iā€™m see is with version 1.9.0 of the SDK. Version 1.8.1 works fine and tasks switch to completed

  
  
Posted one year ago