upstash / docs

Upstash documentation
https://upstash.com/docs/
9 stars 39 forks source link

docs(qstash): explain what we send #25

Closed chronark closed 1 year ago

linear[bot] commented 1 year ago
DX-40 QStash callback Headers

Hi there, just a minor request. The documentation for Callback Requests with QStash covers the basics, but it doesn't include a reference to all of the headers that are included in an Upstash callback message. Some of these headers are really useful like `Upstash-Retried` to conditionally act on the first request rather than a future retry. I had to inspect callback requests in my local tunnel to learn about them, but having a reference in the docs would be nice. * `Upstash-Message-Id` * `Upstash-Retried` * `Upstash-Signature`