upstash / docs

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

QSTH-211 Add missing content for new features #58

Closed sancar closed 9 months ago

sancar commented 9 months ago
linear[bot] commented 9 months ago
QSTH-211 Update the Qstash doc

Recently we have added new fields and headers but not documented them. New fields on the callbacks: * Message content. * Schedule Id * Dlq id's Schedule id on the header of a request DLQ message ``` // following Response fields are only set for DLQ Messages ResponseStatus int `json:"responseStatus,omitempty"` ResponseHeader map[string][]string `json:"responseHeader,omitempty"` ResponseBody string `json:"responseBody,omitempty" ```