This commit is contained in:
Boki 2025-06-22 13:16:49 -04:00
parent c6c55e2979
commit acf66dbfb6
3 changed files with 13 additions and 10 deletions

View file

@ -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...');