Hi CostlyOstrich36 SuccessfulKoala55 I had given a wrong queue. Everything works now. Sorry for the confusion. Have a nice day!
Can you point to the exact piece of code?
Can you share the pipeline code you're using?
It seems more related to the pipeline setup/code
I restarted the agent and it picks the task and hangs at that log message i posted in the chat
Hi CostlyOstrich36 , I am running the agent to listen to both queues: services and default queue
clearml-agent daemon --queue default services
Also, I set pipe.set_default_execution_queue("default")
in order to run pipeline steps in default queue and calling pipe.start()
to run the controller in services queue.
SteadySeahorse58 continuing John's reply, what queue did you set the agent to monitor?
Hi SteadySeahorse58 , if the experiment is still in pending mode it means that it wasn't picked up by any worker. Please note that in a pipeline you have the controller that usually runs on the services queue and then you have the steps where they all can run on different queues - depending on what you set