reduce log spam from AggregateRetentionProcessorService

This commit is contained in:
Hazelnoot 2025-05-22 09:54:54 -04:00
parent 7acd37fda0
commit 12acad0654

View file

@ -62,7 +62,7 @@ export class AggregateRetentionProcessorService {
}); });
} catch (err) { } catch (err) {
if (isDuplicateKeyValueError(err)) { if (isDuplicateKeyValueError(err)) {
this.logger.succ('Skip because it has already been processed by another worker.'); this.logger.debug('Skip because it has already been processed by another worker.');
return; return;
} }
throw err; throw err;