synchronize caches after performing updateUserQueue
This commit is contained in:
parent
e52ff9208e
commit
f9e5b05408
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ export class CollapsedQueueService implements OnApplicationShutdown {
|
|||
}),
|
||||
{
|
||||
onError: this.onQueueError,
|
||||
onPerform: (_, id) => this.internalEventService.emit('userUpdated', { id }),
|
||||
concurrency: 4, // High concurrency - this queue gets a lot of activity
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue