Skip to content

Commit 3b012df

Browse files
committed
report failedBatchesCount
1 parent 4bb1e1d commit 3b012df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/webapp/app/v3/dynamicFlushScheduler.server.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ export class DynamicFlushScheduler<T> {
146146
this.concurrencyLimiter(async () => {
147147
const batchId = nanoid();
148148
try {
149-
logger.debug("Processing batch", {
150-
batchId,
151-
batchSize: batch.length,
152-
});
153149
await this.callback(batchId, batch!);
154150
} catch (error) {
155151
logger.error("Error processing batch", {

0 commit comments

Comments
 (0)