[ideas] when error = "continue"
do not stop the pipeline upon 'errorValue' int 5 | Timed out The {mirai} dispatcher is not running.
#1358
Closed
stemangiola
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
This error happens at the level of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
With big pipelines, out-of-memory error is part of the production, and it is the most common error.
I use
error = "continue"
so to get to the end of the pipeline with only failed jobs, and leave the pipeline running as much as possible overnight.However, I get
I would like to avoid this crash, as it makes so much harder to conclude the pipeline, forcing me to restart the pipeline 40 times, and execute few successful targets at a time, before crashing.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions