You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: