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
Unanswered
Hey Clearml Community We Are Managing Multiple Clearml Servers For Many Teams And We Come To The Point That We Must Cleanup And Delete Old Tasks Based On

Hey ClearML community

We are managing multiple ClearML servers for many teams and we come to the point that we must cleanup and delete old tasks
Based on cleanup_service.py - I wrote down two scripts that should make this task, quicker, effective and safe

TL ; DR - pull all ClearML tasks for specific user older then xxx days into a tasks_json
(delete script is separate and needs to point to the generated tasks json)
The scripts are using both SDK and REST API, so needs to setup ~clearml.conf , as well as export ClearML secrets and URL as env vars

Please delete carefully!

Sharing is caring 🙂
None

  
  
Posted one month ago
Votes Newest

Answers

119 Views
0 Answers
one month ago
one month ago
Tags