synchronize caches after performing updateUserQueue

This commit is contained in:
Hazelnoot 2025-06-25 19:06:31 -04:00
parent e52ff9208e
commit f9e5b05408

View file

@ -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
},
);