fix: surface Temporal dispatch failures
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user