pipeless-ai / pipeless

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

feat: Add stream restart policy #103

Closed miguelaeh closed 9 months ago

miguelaeh commented 9 months ago

Description of the change

This PR adds support for the restart_policy option. The restart policy allows to specify when the processing of a stream should be restarted, including error, eos, never or always.

Benefits

Possible drawbacks

Applicable issues

Additional information