N8n, Webhooks, and Job Queues: Where Reliability Breaks(codesmith.in) |
N8n, Webhooks, and Job Queues: Where Reliability Breaks(codesmith.in) |
This post walks through a pattern for wiring a custom job queue into n8n using webhook callbacks, with a focus on idempotency, explicit job state transitions, and failure recovery rather than “happy path” demos.
Curious how others are handling this in production: - How do you design your callback contracts and job state machine? - What patterns have worked (or failed) for idempotent callbacks and retries? - Any war stories from running webhook-heavy n8n (or similar) setups at scale?