fix: allow latest-base worker startup
This commit is contained in:
@@ -207,7 +207,7 @@ async function startApi(env, baseUrl) {
|
||||
|
||||
async function startWorker(env, port) {
|
||||
await startChild("worker", ["bun", "cmd/hwlab-harnessrl-worker/main.ts"], { cwd: root, env });
|
||||
await waitForHttp("wait-worker-ready", `http://127.0.0.1:${port}/readyz`, { timeoutMs: 20000 });
|
||||
await waitForHttp("wait-worker-ready", `http://127.0.0.1:${port}/readyz`, { timeoutMs: 30000 });
|
||||
stage("worker-started", { pid: children.get("worker").pid });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user