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 one month ago
Votes Newest

Answers 8


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 one month ago

Hi John,
This was solved by assigning a different to the pipeline and to the different tasks of the pipeline. Thanks for your help

  
  
Posted 27 days 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 one month ago

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

  
  
Posted one month ago

I have another question. I can now run successfully a pipeline remotely via code, but I also want to run one using the UI and NEW RUN. However the Run button is not activated? Any idea of what I need to change?

  
  
Posted 27 days ago

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

  
  
Posted one month ago

A worker can execute only a single job at a time

  
  
Posted one month 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 one month ago
132 Views
8 Answers
one month ago
26 days ago
Tags