Skip to content

Clean up suppression entries as we go#80

Merged
nblumhardt merged 2 commits into
datalust:devfrom
nblumhardt:fix-75
Aug 16, 2021
Merged

Clean up suppression entries as we go#80
nblumhardt merged 2 commits into
datalust:devfrom
nblumhardt:fix-75

Conversation

@nblumhardt
Copy link
Copy Markdown
Member

Fixes #75

Apps are single-threaded, so this turned out to be somewhat easier than expected.

We'll only clean up the dictionary as we add new items, so we'll avoid checking the suppression list when we receive a (probably chatty) event of suppressed type. This will mean entries may hang around longer than expected, but we're out of leak territory.

@nblumhardt nblumhardt merged commit 1dd21cc into datalust:dev Aug 16, 2021
@nblumhardt nblumhardt mentioned this pull request Feb 22, 2023
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.

Suppression dictionary entries are never cleaned up

1 participant