feat(core): Add Job Summary to Worker response (#7360)
This commit is contained in:
committed by
GitHub
parent
c8c14ca0af
commit
b8608cee6d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user