fix(server): inject correct locker to request scope mutex (#6140)

This commit is contained in:
liuyi
2024-03-19 02:16:35 +00:00
parent f18133af82
commit 4702c1a9ca
10 changed files with 154 additions and 183 deletions
@@ -18,13 +18,7 @@ export type { GraphqlContext } from './graphql';
export { CryptoHelper, URLHelper } from './helpers';
export { MailService } from './mailer';
export { CallCounter, CallTimer, metrics } from './metrics';
export {
BucketService,
LockGuard,
MUTEX_RETRY,
MUTEX_WAIT,
MutexService,
} from './mutex';
export { type ILocker, Lock, Locker, MutexService } from './mutex';
export {
getOptionalModuleMetadata,
GlobalExceptionFilter,