Hello all, although I call pipe.wait() or pipe.start(wait=True), the PipelineController does not wait in the script until the pipeline actually terminates an...
one year ago
thank you, that's what I was looking for 🙂
The background is that the pipeline is started in a CI/CD job. The script is started and then the CI/CD goes to the next step. The next job depends on the pipeline and should be executed only after this is finished.
now this test.py reproduces the error actually
the script test.py terminates local. But I would like the script to terminate after the pipeline is finished.
hey @<1523701070390366208:profile|CostlyOstrich36> this script doesn't actually work sorry