Merge branch 'develop' into feature/2024.10
This commit is contained in:
commit
d069d78c21
33 changed files with 594 additions and 178 deletions
|
|
@ -192,6 +192,8 @@ export class InboxProcessorService implements OnApplicationShutdown {
|
|||
if (signerHost !== activityIdHost) {
|
||||
throw new Bull.UnrecoverableError(`skip: signerHost(${signerHost}) !== activity.id host(${activityIdHost}`);
|
||||
}
|
||||
} else {
|
||||
throw new Bull.UnrecoverableError('skip: activity id is not a string');
|
||||
}
|
||||
|
||||
this.apRequestChart.inbox();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue