pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
689 stars 31 forks source link

fix: Improve error handling #88

Closed miguelaeh closed 7 months ago

miguelaeh commented 7 months ago

Description of the change

This PR improves error handling by avoiding the use of panic and expect during streams processing. This avoids Pipeless to crash on an error, showing the error and continuing with the processing of any other possible stream.

This is specially necessary for production deployment.

Benefits

Possible drawbacks

Applicable issues

Additional information