reorganized stuff
This commit is contained in:
parent
2bc46cdb2a
commit
8daaff27fd
6 changed files with 116 additions and 662 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue