Purge interval - #97
Merged
Merged
Conversation
bartelink
added a commit
that referenced
this pull request
Feb 15, 2021
bartelink
force-pushed
the
purge-interval
branch
from
February 15, 2021 11:16
75353d8 to
a52f3ef
Compare
bartelink
added a commit
that referenced
this pull request
Feb 15, 2021
bartelink
force-pushed
the
purge-interval
branch
from
February 15, 2021 11:26
a52f3ef to
5c102b3
Compare
Collaborator
Author
|
Leaving this here as unbounded memory consumption growth is obviously unacceptable in many contexts and that issue remains. (TL;DR it matters if you have millions of unique ephemeral streams in your system that are all fed into a long-running Sink - in many cases you'll have natural process recycling and/or may be able to filter events prior to feeding them into the projector in the first place) It may be that a more drastic solution (drop all state and do a more complete reset etc) is justified - a purge in many contexts might reasonably happen in intervals measured in hours or days. |
bartelink
force-pushed
the
purge-interval
branch
from
July 27, 2022 11:21
5c102b3 to
a3dae2b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an optional Purge Interval to streams scheduler, which removes synced streams immediately after the state has been emitted