We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b054e01 commit 4780e3cCopy full SHA for 4780e3c
crates/minimizer_bucketing/src/compactor.rs
@@ -155,6 +155,10 @@ impl<E: MinimizerBucketingExecutorFactory + Sync + Send + 'static> AsyncExecutor
155
.await,
156
ADDR_WAITING_COUNTER
157
) {
158
+ if !global_params.common.is_active.load(Ordering::Relaxed) {
159
+ continue;
160
+ }
161
+
162
let mut chosen_buckets = vec![];
163
164
let bucket_index = init_data.bucket_index as usize;
0 commit comments