Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(buffer): Disable back pressure #4039

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Conversation

jjbayer
Copy link
Member

@jjbayer jjbayer commented Sep 17, 2024

In the experimental new buffer implementation, do not wait for project cache to push an unspooled message to it.

This risks flooding the service queue, but we have a second back pressure in place that stops dequeueing envelopes when the memory threshold has been reached.

#skip-changelog

@jjbayer jjbayer marked this pull request as ready for review September 17, 2024 07:41
@jjbayer jjbayer requested a review from a team as a code owner September 17, 2024 07:41
@jjbayer jjbayer merged commit 84ed805 into master Sep 17, 2024
24 checks passed
@jjbayer jjbayer deleted the feat/buffer-no-backpressure branch September 17, 2024 08:12
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