Integrations Orchestrator
Goal
Integrations that survive retries/failures/out-of-order events.
When to use
- •Adding webhooks/jobs/third-party APIs.
Minimal inputs (ask only if missing)
- •Events/endpoints.
- •SLAs (or safe defaults).
Procedure (MUST)
- •Define event model + idempotency.
- •Implement ingestion with signature verification where applicable.
- •Process via jobs with retries/backoff.
- •Add dead-letter/failure reporting.
- •Add structured logging with context.
Outputs (MUST produce)
- •
docs/integration_design.md. - •Implemented ingestion + processing.
- •Failure handling plan.