feat(server): run microservices in worker thread (#9426)

feat: start microservices in worker thread and add internal microservices for the server
This commit is contained in:
Zack Pollard
2024-05-14 15:28:20 +01:00
committed by GitHub
parent 3d5e55bdaa
commit 1ea55d642e
6 changed files with 79 additions and 17 deletions

View File

@@ -5,6 +5,7 @@ export const newLoggerRepositoryMock = (): Mocked<ILoggerRepository> => {
return {
setLogLevel: vitest.fn(),
setContext: vitest.fn(),
setAppName: vitest.fn(),
verbose: vitest.fn(),
debug: vitest.fn(),