refactor(core): Continue breaking dependency cycles (no-changelog) (#8545)

This commit is contained in:
Iván Ovejero
2024-02-06 10:08:46 +01:00
committed by GitHub
parent 28aee7c425
commit c4e39451db
15 changed files with 402 additions and 348 deletions

View File

@@ -2,7 +2,7 @@ import Container from 'typedi';
import config from '@/config';
import { OrchestrationService } from '@/services/orchestration.service';
import type { RedisServiceWorkerResponseObject } from '@/services/redis/RedisServiceCommands';
import { MessageEventBus } from '@/eventbus';
import { MessageEventBus } from '@/eventbus/MessageEventBus/MessageEventBus';
import { RedisService } from '@/services/redis.service';
import { handleWorkerResponseMessageMain } from '@/services/orchestration/main/handleWorkerResponseMessageMain';
import { handleCommandMessageMain } from '@/services/orchestration/main/handleCommandMessageMain';