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, I Have A Question. I Am Trying To Create A Pipeline Using The

Hi, I have a question. I am trying to create a pipeline using the pipeline = PipelineController and I have made sure to pass the name of my desired queue with pipeline.set_default_execution_queue , as well as adding execution_queue to my add_step . The problem is that whenever I run it, it seems to ignore it for whatever reason and just keeps returning ValueError: Could not find queue named "services" . For reference, I am certain that the name of the queue exists and is correctly written. Am I doing something wrong?

  
  
Posted 27 days ago
Votes Newest

Answers 4


Yes, we are self hosting

  
  
Posted 27 days ago

Hi @<1736919317200506880:profile|NastyStarfish19> , the services queue is for running the pipeline controller itself. I guess you are self hosting the OS?

  
  
Posted 27 days ago

Then the services agent should be part of it. There also should be a 'services' queue that by default should listen to the services queue

  
  
Posted 27 days ago

None

You should check the status of that container

  
  
Posted 27 days ago
87 Views
4 Answers
27 days ago
26 days ago
Tags
Similar posts