API ReferenceEvent Referenceplatform.workflow.canary.v1

platform.workflow.canary.v1

Constant

import { EVENT_NAMES } from "@platform/contracts";
 
EVENT_NAMES.PLATFORM_WORKFLOW_CANARY_V1;

Publishers

No service currently publishes this event.

Subscribers

Payload schema

z.object({
  smoke_id: z.string().uuid(),
  ts: z.string().datetime(),
}

Delivery semantics

  • At-least-once delivery. Consumers must dedupe by event ID.
  • Fanned out to both NATS (in-cluster) and EventBridge (durable). See Events concept.