feat(core): Add Job Summary to Worker response (#7360)

This commit is contained in:
Michael Auerswald
2023-10-06 17:52:27 +02:00
committed by GitHub
parent c8c14ca0af
commit b8608cee6d
8 changed files with 58 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
import Container from 'typedi';
import type { WorkerCommandReceivedHandlerOptions } from './orchestration/worker/handleCommandMessageWorker';
import { RedisService } from './redis.service';
import type { RedisServicePubSubSubscriber } from './redis/RedisServicePubSubSubscriber';
import type { WorkerCommandReceivedHandlerOptions } from './orchestration/worker/types';
export abstract class OrchestrationHandlerService {
protected initialized = false;