ebi-ait / ingest-graph-validator

HCA Ingest Service Graph Validation Suite
MIT License
1 stars 0 forks source link

Make try catches safer #52

Closed jacobwindsor closed 3 years ago

jacobwindsor commented 3 years ago

Wraps everything in try/catch to pickup any errors and log them. Ensures messages are always acked and we don't get in an infinite loop of errors if one submission causes an error.

The above happened when a validation was requested and then the submission was deleted before the validation took place.