feat: add executor gateway contracts
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
normalizeWorkflowName,
|
||||
stableRolloutBucket,
|
||||
} from './contracts.mjs';
|
||||
import { listPhase3ExecutorAdapters } from './executor-gateway.mjs';
|
||||
|
||||
const CONFIG_TABLE = 'h5_orchestrator_admin_config';
|
||||
const CONFIG_SCOPE = 'global';
|
||||
@@ -301,6 +302,7 @@ export function createOrchestratorAdminConfigService(pool, {
|
||||
...state,
|
||||
runtime: runtimeState(state.config, env),
|
||||
engines: engineCatalog(state.config),
|
||||
executors: listPhase3ExecutorAdapters(),
|
||||
};
|
||||
},
|
||||
|
||||
@@ -333,6 +335,7 @@ export function createOrchestratorAdminConfigService(pool, {
|
||||
...state,
|
||||
runtime: runtimeState(state.config, env),
|
||||
engines: engineCatalog(state.config),
|
||||
executors: listPhase3ExecutorAdapters(),
|
||||
...(probe ? { serviceHealth: await probeServiceHealth(state.config, { fetchImpl }) } : {}),
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user