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
Encountering This Error While Running Pipeline.Py Valueerror Could Not Find Queue Named Services

Encountering this error while running pipeline.py
ValueError could not find queue named services

  
  
Posted 10 months ago
Votes Newest

Answers 4


Hi SucculentCrab55 , do you have a queue named services ? This is usually the queue used by the services agent - I'm guessing you have a self-hosted server and did not configure the services agent?

  
  
Posted 10 months ago

No actually. I don't have a self hosted server.

  
  
Posted 10 months ago

I'm using the clearml's one

  
  
Posted 10 months ago

Oh, so that makes perfect sense - you don't get a services queue by default in the free hosted server, but you can set up your own 🙂

  
  
Posted 10 months ago