MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

if a Job contains a failure, downstream chokes on that failure and stops #174

Closed ghukill closed 6 years ago

ghukill commented 6 years ago

If a Job has a failure, downstream Jobs will choke on that bad record and stop. Some records are written to DB, but ES indexing is not performed, nor are any other actions.

Errors in job processing have been minimal, and so this went unnoticed. Would benefit from a test.

Likely should "shunt" only good records when using a Job as input.

ghukill commented 6 years ago

Fixed.