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

[core] Refactor how announce requests are handled. #572

Merged
merged 3 commits into from Nov 12, 2022

Conversation

alanmcgovern
Copy link
Owner

This should prevent unbounded memory usage by ensuring all 'periodic' announces fast-path and exit if there is an in-progress announce.

Non-periodic announces are enqueued, and execute
sequentially.

When an announce is executing, up to 10 tracker tiers will be announced to concurrently.

Fixes:
#571 #450

This should prevent unbounded memory usage by ensuring
all 'periodic' announces fast-path and exit if there
is an in-progress announce.

Non-periodic announces are enqueued, and execute
sequentially.

When an announce is executing, up to 10 tracker tiers
will be announced to concurrently.

Fixes:
#571
#450
@alanmcgovern alanmcgovern merged commit 7233923 into master Nov 12, 2022
@alanmcgovern alanmcgovern deleted the fix-tracker-announce-concurrency branch November 12, 2022 15:42
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.

None yet

1 participant