fix: surface Temporal dispatch failures

This commit is contained in:
root
2026-07-20 21:41:59 +02:00
parent a7ebb03da0
commit 834a5352da
5 changed files with 181 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const worker = await Worker.create({
namespace: runtime.temporalNamespace,
taskQueue: runtime.taskQueue,
workflowsPath: path.resolve(import.meta.dir, "../../internal/workbench/workflows.ts"),
activities: createWorkbenchActivities(runtime.application)
activities: createWorkbenchActivities(runtime.application, { activity: runtime.activity!, eventPublisher: runtime.eventPublisher })
});
const healthPort = positivePort(process.env.WORKBENCH_WORKER_HEALTH_PORT, 6678);
const health = Bun.serve({