imgag / ngs-bits

Short-read sequencing tools
MIT License
136 stars 30 forks source link

Error handling for Celery task chains #537

Open ubuntolog opened 2 months ago

ubuntolog commented 2 months ago

Celery chain consists of several tasks, an output of one task is an input for the next one. Currently, if a single task in a chain fails, the whole chain fails. This should be adjusted, so that some chains could continue task executions. Better error messages are needed