Skip to content

Feature/ab#2319 implement backpressure - #9

Merged
flonix8 merged 4 commits into
mainfrom
feature/AB#2319-implement-backpressure
Aug 3, 2026
Merged

flonix8 merged 4 commits into
mainfrom
feature/AB#2319-implement-backpressure

Conversation

@flonix8

@flonix8 flonix8 commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Description

This PR adds backpressure, which effectively enables the Valkey stream to be used as a queue with a blocking write operation. This change makes it possible to operate bottleneck components (e.g. object-detector) at their maximum throughput without losing messages.
The implementation is fully compatible with older versions.

Motivation and Context

How has this been tested?

There are new tests covering different usage scenarios.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Comment thread python/README.md Outdated
Co-authored-by: Anett Hübner <anett_huebner@gmx.de>
@flonix8
flonix8 merged commit 6ad893d into main Aug 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants