Add Reliable Jobs And Webhooks

Move work out of the request path and stop losing incoming events: scheduled and background jobs with retries and a dead-letter path, and webhook delivery that survives a handler failing, a downstream being briefly unavailable, or a duplicate arriving. Use when a request handler awaits something slow, when a webhook returns 200 and drops the payload on error, when jobs failed overnight and nobody knew, or when someone asks for background jobs or reliable webhooks.

TrustyCap-Technologies Updated

File contents

TrustyCap-Technologies/trustycap-skills/tree/main/skills/add-reliable-jobs-and-webhooks commit d088a55542

Frequently asked questions

npx skillmds@latest add trustycap-technologies/add-reliable-jobs-and-webhooks