Unanswered
I Have One Doubt I Tried Clearml Pipeline_From_Functions.Py Queue Name I Changed To Queue-02 Because This Queue Available. But Currently Its Not Executing In Queue-01. Why??
Hi @<1561885921379356672:profile|GorgeousPuppy74>
- Could you copy the 3 messages here into your original message, it helps keeping things tidy and nice (press on the 3 dot menu and select edit)
- what do you mean by "currently its not executing in queue-01", you changed it so it should be pushed to queue-02, no? Also notice that you can run the enire pipeline as sub-processes for debugging,
just callpipe.start_locally(run_pipeline_steps_locally=True)
You also need an agent on the services queue, this agent is actually running the pipeline logic, if you want Your machine to run the pipeline logic (not components), just usepipe.start_locally(run_pipeline_steps_locally=False)
156 Views
0
Answers
one year ago
one year ago