Leo
Leo
When running multiple pipelines at same time (like in the order of 50-100, each containing 10 jobs), the database encounters concurrency problems and leaves the jobs in running state, though...
Trying to force to restart the pipeline from one point does not seem to work. I tried two things: a) with restart --force and the given job: but it would...
Jip tools written in bash do not support use of arrays because they require ${} syntax. One can escape those to make jinja parser not to complain. The problem though...
Whenever trying to run a tool or pipeline I get the following error: Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in ignored The same tool/pipelines runs...