freelabz/secator

fix(error handling): add output type for errors

Opened this issue · 0 comments

Instead of trying to maintain a self.errors which incurs additional complexity in Celery tasks, yield errors in real-time as an Error output type. This could allow early stopage of Celery workflows as well.