mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-24 00:39:32 +09:00
Update AggregateRetentionProcessorService.ts
This commit is contained in:
parent
58fc17e3b6
commit
a8bd3e8e53
@ -63,7 +63,9 @@ export class AggregateRetentionProcessorService {
|
|||||||
if (isDuplicateKeyValueError(err)) {
|
if (isDuplicateKeyValueError(err)) {
|
||||||
this.logger.succ('Skip because it has already been processed by another worker.');
|
this.logger.succ('Skip because it has already been processed by another worker.');
|
||||||
done();
|
done();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
throw err;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 今日活動したユーザーを全て取得
|
// 今日活動したユーザーを全て取得
|
||||||
|
Loading…
Reference in New Issue
Block a user