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
Hello,

Hello,
Here's another observation that I've made,
Im using pipeline decorators to make my pipeline.
Setting the pipeline controller with pipeline_execution_queue as None makes 2 pipelines turn up on my dashboard, is that normal?

  
  
Posted one year ago
Votes Newest

Answers 4


Yep, no clue why I had two of them either;
It started my pipeline and a few seconds in, another pipeline shows up

  
  
Posted one year ago

Hi WickedElephant66

Setting the pipeline controller with pipeline_execution_queue as None

is actually launching the pipeline controller on your "dev" machine, not sure why you have two of them?

  
  
Posted one year ago

Is this reproducible ?

  
  
Posted one year ago

More context:
I have agents running the stages and the pipeline being executed locally here.

  
  
Posted one year ago
532 Views
4 Answers
one year ago
one year ago
Tags