reorganized stuff

This commit is contained in:
Bojan Kucera 2025-06-08 14:20:45 -04:00
parent 2bc46cdb2a
commit 8daaff27fd
6 changed files with 116 additions and 662 deletions

View file

@ -5,7 +5,7 @@ import { getLogger } from '@stock-bot/logger';
import { loadEnvVariables } from '@stock-bot/config';
import { Hono } from 'hono';
import { serve } from '@hono/node-server';
import { queueManager } from './services/queue-manager.service';
import { queueManager } from './services/queue.service';
import { proxyService } from './services/proxy.service';
import { marketDataProvider } from './providers/market-data.provider';
@ -124,6 +124,7 @@ async function initializeServices() {
try {
// Queue manager is initialized automatically when imported
logger.info('Queue manager initialized');
// Initialize providers
logger.info('All services initialized successfully');