![Profile picture](https://clearml-web-assets.s3.amazonaws.com/scoold/avatars/AverageRabbit65.png)
Reputation
Badges 1
38 × Eureka!Missing the last piece of the puzzle I believe.
Still missing some info about how to make the worker actually pull the task from the queue.
SweetBadger76 thanks,
The only thing I am not certain about is. What does agent means in ClearML world? Is the queue manager or the pipelien?
ran clearml-agent daemon --queue rudolf --detached
thank you, guys! I think now it works! Amazing step-by-step support! This is sublime!
for future ref., this is a summary of what I have done:
create a project on clearml webUI create a queue on clearml webUI run an agent /homes/yosefhaie/.conda/envs/devops/bin/clearml-agent daemon --create-queue --queue <queue-name>
use this test script:` from clearml import PipelineController
We will use the following function an independent pipeline component step
notice all package imports ins...
I created a worker that listens to the queue, but the worker doesn't pull the tasks (they are pending)
This is extremely helpful! I decided to go with pipeline from functions.
Everything looks great, but the tasks are pending. Am I missing some executor or something like that?
so it's not auto-generated. What's the spec of this conf file?