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
Hello We Are Using Enterprise Version And The Question Is About The Agents And The Queues We Know That We Can Configure Container Image At The Agent Level This Means That Agent Will Use This Base Image To Spawn New Pods Can We Also Configure Container


Hi @<1800699527066292224:profile|SucculentKitten7> , you can control the docker image on the task level, either through the code ( Task.set_base_docker ) or through the webUI in the 'execution' section of the task

  
  
Posted 6 months ago
113 Views
0 Answers
6 months ago
6 months ago