brigadecore / brigade

Event-driven scripting for Kubernetes
https://brigade.sh/
Apache License 2.0
2.41k stars 246 forks source link

feature: mark job as "fallible" #1768

Closed krancour closed 2 years ago

krancour commented 2 years ago

We might be able to come up with better terminology, but it would be useful in Brigadier to be able to mark a job as able to fail without that failure compelling the entire worker process to fail.

There are ways of addressing this, but they're inconvenient. It would be better if this were an easily exercised option.