fixes
This commit is contained in:
parent
c6c55e2979
commit
acf66dbfb6
3 changed files with 13 additions and 10 deletions
|
|
@ -114,10 +114,9 @@ async function initializeServices() {
|
|||
logger.debug('Initializing data handlers with Awilix DI pattern...');
|
||||
|
||||
// Auto-register all handlers with the service container from Awilix
|
||||
// TODO: Fix handler registration
|
||||
// await initializeAllHandlers(serviceContainer);
|
||||
await initializeAllHandlers(serviceContainer);
|
||||
|
||||
logger.info('Data handlers initialization skipped for testing');
|
||||
logger.info('Data handlers initialized with new DI pattern');
|
||||
|
||||
// Create scheduled jobs from registered handlers
|
||||
logger.debug('Creating scheduled jobs from registered handlers...');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue