reliability/webhook-responds-early

A webhook should answer before doing slow work, or the caller waits for the whole run.

Departmentreliability
Classquality
Recommendedwarn
Fixableno

Messages

Message IDTemplate
heavyBeforeRespondWebhook "{{webhook}}" makes the caller wait for "{{heavy}}" before replying; respond first, then do the work.