brigadecore / brigade

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

bug: if worker fails with jobs still pending, those jobs remain pending #1902

Open krancour opened 2 years ago

krancour commented 2 years ago

I've noticed recently that if a worker fails, for whatever reason, and has jobs that are pending, those pending jobs remain in a pending state.

They should probably transition to a canceled state.