pipeless-ai / pipeless

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

feat(core): Add backpressure mechanism #133

Closed miguelaeh closed 4 months ago

miguelaeh commented 4 months ago

Description of the change

This PR adds support to limit the processing buffer per stream. This allows for discarding frames when the performance decreases maintaining the processing in real-time even when resources are low.

Benefits

Possible drawbacks

Applicable issues

Additional information