fix: 非阻塞回退 Workbench API 调优配置

This commit is contained in:
root
2026-07-19 20:12:01 +02:00
parent dc782ad316
commit 7d0299f89a
3 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import { externalPostgresConfigForLane, externalPostgresManifest, opencodeEgress
import { CLOUD_CORE_MIGRATIONS, CLOUD_TRANSACTIONAL_REALTIME_MIGRATION_ID } from "../internal/db/schema.ts";
test("v03 Workbench API declares its required Bun idle timeout in owning YAML", async () => {
test("v03 Workbench API declares its preferred Bun idle timeout in owning YAML", async () => {
const deploy = parseYaml(await readFile("deploy/deploy.yaml", "utf8"));
const service = deploy.lanes.v03.services.find((item: { serviceId?: string }) => item.serviceId === "hwlab-workbench-api");
assert.ok(service, "missing v03 hwlab-workbench-api service declaration");