nielsboecker / HoloRepository-Core

A system for transforming medical imaging studies into holograms, storing them in the cloud and providing them to other systems.
GNU Affero General Public License v3.0
7 stars 8 forks source link

PIPELINE: Better error handling is needed #61

Closed nielsboecker closed 5 years ago

nielsboecker commented 5 years ago

Currently, most errors in the HoloPipelines are either not handled at all, or lead to a sys.exit. Obviously, a misformed data input should not cause the server to crash.

We should aim for graveful failures and helpfull error logs.

nielsboecker commented 5 years ago

I am improving this with #45, although everyone is more than welcome to add more error handling, obviously.