Skip to content

@saazip/webhook-core-dispatcher

Sources: apps/dispatcher/package.json | apps/dispatcher/src/index.ts

Runtime seam for delivery execution and QueueFlow-backed retry orchestration.

  • describe dispatch outcomes
  • provide the runtime seam where QueueFlow-backed retries fit
  • teams who want delivery execution isolated from API traffic and retry scheduling
  • Package name: @saazip/webhook-core-dispatcher
  • Workspace path: apps/dispatcher
  • Run command: pnpm dev:dispatcher
  • Local surface: http://127.0.0.1:3031/health
  • None
  • GET /health
  • network boundaries, downstream allowlists, and product-level event selection
  • dev: tsx watch src/index.ts
  • build: tsc -p tsconfig.json
  • typecheck: tsc --noEmit -p tsconfig.json
  • lint: biome check src package.json tsconfig.json