Delivery model
DispatchQ sends your job payload tourl using the configured method and headers.
- Any
2xxresponse marks the jobcompleted. - Non-
2xx, network errors, and timeouts trigger retries untilmax_attempts.
Headers DispatchQ sends
HMAC signature in format
sha256=<hex>.Job identifier.
1-based attempt number.
Always
application/json.HMAC verification
Use your API key as the secret and the exact JSON body as input.Timeout behavior
Retry behavior for non-2xx
DispatchQ retries with exponential backoff and caps delay at 1 hour.Callback URLs
Ifcallback_url is set on a job, DispatchQ sends a POST notification on terminal outcomes:
completed: includes response code/body/durationfailed: includeslast_error