Skip to main content

Sunset of pipelines.exit-on-error flag

· One min read

In this new release of Conduit 0.13, we're sunsetting the flag pipelines.exit-on-error we had previously deprecated on this other announcement. Going forward, you can use pipelines.exit-on-degraded to provide the same functionality.

After Conduit 0.13, make sure you only use pipelines.exit-on-degraded when configuring Pipeline Recovery:

$ conduit run --help
...
--pipelines.exit-on-degraded exit Conduit if a pipeline enters a degraded state
...

If you were using a Conduit Configuration file this should look like:

conduit.yaml
# ...
pipelines:
exit-on-degraded: true
# ...

If you have any questions or comments, feel free to join our Discord Community.

scarf pixel conduit-site-changelog