Closed
Description
Currently there is no documentation or known way to dispose of old buckets that aren't needed anymore. Specifically, the Leaker class has a long-running background task that's responsible for leaking every bucket, but there's no way to stop the bucket from leaking today.
Being able to dispose of buckets is especially important for any bucket source that is not in memory (ie. wasted leak operations to a Redis / DB source for buckets that aren't needed anymore, and additional performance overhead on client-side for leaking unused buckets.
Metadata
Metadata
Assignees
Labels
No labels