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

Backport of events: Remove subscriptions on timeout and cancel into release/1.13.x #19204

Merged
merged 2 commits into from
Feb 15, 2023

Conversation

hc-github-team-secure-vault-core
Copy link
Contributor

Backport

This PR is auto-generated from #19185 to be assessed for backporting due to the inclusion of the label backport/1.13.x.

The below text is copied from the body of the original PR.


When subscriptions are too slow to accept messages on their channels, then we should remove them from the fanout so that we don't have dead subscriptions using up resources.

In addition, when a subscription is explicitly canceled, we should also clean up after it remove the corresponding pipeline.

We also add a new metrics, events.subscriptions, to keep track of the number of active subscriptions. This also helps us test.


Overview of commits

@hc-github-team-secure-vault-core hc-github-team-secure-vault-core force-pushed the backport/vault-12254/breaks/early-huge-toad branch 2 times, most recently from 7e9e177 to b32001a Compare February 15, 2023 19:13
@swenson swenson added this to the 1.13.0 milestone Feb 15, 2023
@swenson swenson enabled auto-merge (squash) February 15, 2023 19:14
@swenson swenson merged commit 48a7feb into release/1.13.x Feb 15, 2023
@swenson swenson deleted the backport/vault-12254/breaks/early-huge-toad branch February 15, 2023 22:56
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