Closed bmeares closed 3 weeks ago
Add --timeout to pipeline arguments. You may now designate the maximum number of seconds to run a pipeline with --timeout. This will run the entire pipeline in a subprocess rather than a persistent session.
--timeout
mrsm sync pipes + clear pipes --end '1 month ago' : -s daily --timeout 3600
Add auto-complete to edit jobs and bootstrap jobs.
edit jobs
bootstrap jobs
Improve the editing experience for edit jobs and bootstrap jobs.
Fixed plugin detection for Python 3.9.
v2.4.13
Add
--timeout
to pipeline arguments.You may now designate the maximum number of seconds to run a pipeline with
--timeout
. This will run the entire pipeline in a subprocess rather than a persistent session.Add auto-complete to
edit jobs
andbootstrap jobs
.Improve the editing experience for
edit jobs
andbootstrap jobs
.Fixed plugin detection for Python 3.9.