🚀 The feature
Currently, if any Error happens in the sub-process, the child process would just exits without passing Error message back to the main process. And, the data pipeline in the main process will continue without proper exit.
In order to achieve this feature, we need to do the following step:
- Add a way to pass Error message
- Handle Error
Motivation, pitch
Increase reliability of DataLoader with PrototypeMultiprocessingReadingService
Alternatives
No response
Additional context
No response