feat(core): Add health endpoint for task broker server (no-changelog) (#11920)

This commit is contained in:
Tomi Turtiainen
2024-11-27 14:50:41 +02:00
committed by GitHub
parent a8df221bfb
commit 9669380097
5 changed files with 70 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ describe('TaskRunnerModule in internal mode', () => {
const runnerConfig = Container.get(TaskRunnersConfig);
runnerConfig.port = 0; // Random port
runnerConfig.mode = 'internal';
runnerConfig.enabled = true;
const module = Container.get(TaskRunnerModule);
afterEach(async () => {