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 Just Saw The New Release Of The Agent 1.8.1 :

@<1523701087100473344:profile|SuccessfulKoala55> I just saw the new release of the agent 1.8.1 : None

Fix git pulling on cached invalid git entry. On error, re-clone the entire repository again (enable using

agent.vcs_cache.clone_on_pull_fail: true

)

So is that new setting Enabled by default ?

  
  
Posted 2 months ago
Votes Newest

Answers 4


I am wondering, should it be True be default ???

  
  
Posted 2 months ago

Hi @<1576381444509405184:profile|ManiacalLizard2> , it looks like the default setting is still false

  
  
Posted 2 months ago

most of the time, "user" would expect that clearml handle the caching by itself

  
  
Posted 2 months ago

most of people probable wont even know what that do

  
  
Posted 2 months ago
300 Views
4 Answers
2 months ago
2 months ago
Tags