Reputation
Badges 1
19 × Eureka!Ok but where and how can i investigate ? I use the official example.
This is the acctual dashboard view
Now native on Windows python 3.12
yes multiple times also changed mode from docker to venve mode does not help. the task always stuck in exicution phase.
The agent is now running in WSL and therfore correctly set as shown in the printev command
@<1523701070390366208:profile|CostlyOstrich36> this looks like the same behaviour. None
yes sure just give me a second
Worker "DESKTOP-BGDD0C2:0" - Listening to queues:
+----------------------------------+---------+-------+
| id | name | tags |
+----------------------------------+---------+-------+
| da8d82bfb4e540d5bd3de1562ef2d90f | default | |
+----------------------------------+---------+-------+
No tasks in queue da8d82bfb4e540d5bd3de1562ef2d90f
No tasks in Queues, sleeping for 5.0 seconds
No tasks in queue da8d82bfb4e540d5bd3de1562ef2d90f
No tasks in Queues, slee...
where exactly would you want to set these in the config ?
Hey @<1523701070390366208:profile|CostlyOstrich36> , i have one worker listening ti the default queue, I copied it from the official github None . I asume the pipeline controller is running on the same queue
No, under Windows I use Powershell, but this is the integrated WSL terminal
the agent is running on Ubuntu 20.04.5 LTS inside WSL
Hey @<1523701070390366208:profile|CostlyOstrich36> , this is clear to me i mean, how can i do it via the python SDK ?
This is also clear to me. My question is: when I have a pipeline which was executed and was defined as you described, is there a way to use the Python SDK to re-execute this pipeline by name and project with a different set of parameters? For the task element, there is something like Task.clone()
, but I could not find a similar function for the pipeline object.