Replies: 1 comment 2 replies
-
Hey @paambaati! Glad you're checking out Velociraptor 🙂
Vr would kill all the other pending processes as soon as the second script fails (like concurrently's
The exit code you'll receive in this case is specific to vr.
As of now this is not configurable but I guess we could use script config files themselves to add some dedicated configuration parameters. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m evaluating
velociraptor
for a new project and I noticed the documentation doesn’t talk about exit codes and how they’re handled.To be more specific, let’s say I run 3 scripts, and the second fails, what happens? Is there a configuration that toggles fail-fast? Turning it on will exit after script 2 errors, and turning it off will proceed to execute script 3 too, and finally exit with the error code of script 2.
Beta Was this translation helpful? Give feedback.
All reactions