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 All, I Have Made A Pipeline Using Pipelinedecorator Which Runs Fine When I Run It Locally. When I Execute It Remotely, It Gets Stuck In The Queue Forever. Any Ideas? I Really Appreciate Your Help On That One

Hi all,
I have made a pipeline using PipelineDecorator which runs fine when I run it locally.
When I execute it remotely, it gets stuck in the queue forever.
Any ideas? I really appreciate your help on that one
image

  
  
Posted 17 hours ago
Votes Newest

Answers 6


Hi John, thanks for your reply.
I do get this for the first task which is train_model :
task b22ef7f69f214beb8c35243160df650e pulled from 53f50b52fa944b08a325f34edc6da03d by worker imp:0, and I can also see that in the screenshot below, but it still stays in Queue. For this worker, I can clone and run individual tasks successfully.
image

  
  
Posted 14 hours ago

Hi @<1635813046947418112:profile|FriendlyHedgehong10> , the pipeline basically creates tasks and pushes them into execution. You can click on each step and view the full details. In the info section you can see into which queue each step was pushed. I'm assuming there are no agents listening to the queue

  
  
Posted 16 hours ago

I checked the info of the task and I am getting:
image

  
  
Posted 13 hours ago

The pipeline has been assigned to both a queue and a worker but the first step/task only to a queue but not a worker

  
  
Posted 13 hours ago

A worker can execute only a single job at a time

  
  
Posted 12 hours ago

Workers listen to queues, and tasks are assigned to queues. You can't directly assign a job to a worker per se..

  
  
Posted 12 hours ago
3 Views
6 Answers
17 hours ago
2 hours ago
Tags