handler to auto register and removed service registry, cleaned up queues and cache naming
This commit is contained in:
parent
0d1be9e3cb
commit
34c6c36695
19 changed files with 474 additions and 198 deletions
|
|
@ -27,6 +27,7 @@ export async function initializeAllHandlers(serviceContainer: IServiceContainer)
|
|||
pattern: '.handler.',
|
||||
exclude: ['test', 'spec'],
|
||||
dryRun: false,
|
||||
serviceName: 'data-ingestion',
|
||||
});
|
||||
|
||||
logger.info('Handler auto-registration complete', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue