bensheldon / good_job

Multithreaded, Postgres-based, Active Job backend for Ruby on Rails.
https://goodjob-demo.herokuapp.com/
MIT License
2.53k stars 190 forks source link

Don't abort CI jobs when a single one fails #1346

Closed Earlopain closed 2 months ago

Earlopain commented 2 months ago

Some tests appear flaky (at least on CI, or just for JRuby): https://github.com/bensheldon/good_job/actions/runs/8892740760/job/24417466385?pr=1345

This prevents all jobs from aborting when that happens and gives a better idea for the scope of failures.

bensheldon commented 2 months ago

Thank you!!