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, My Server Is On Version 1.11, And Yesterday A Few Of My Runs (With Agent 1.5.1) Failed On

Hi, my server is on version 1.11, and yesterday a few of my runs (with agent 1.5.1) failed on

TypeError: PipelineController.add_step() got an unexpected keyword argument 'continue_behaviour'

after googling I found out this is a flag added in 1.16, and my pipeline does not use it (yet).

a few runs later everything returned to normal

how did I get this error if I'm 5 releases behind?

  
  
Posted 2 months ago
Votes Newest

Answers 3


Hi, Johan, clearml sdk used in the task is on 1.11.1, is clearml doing something behind the scenes you feel like sharing?

  
  
Posted 2 months ago

Hi @<1639799308809146368:profile|TritePigeon86> , I think the 1.16 refers to the version of the SDK. I'd suggest upgrading your server regardless 🙂

  
  
Posted 2 months ago

I meant that maybe you ran it with a newer version of the SDK

  
  
Posted 2 months ago
309 Views
3 Answers
2 months ago
2 months ago
Tags