upstash / docs

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

Docs to guide migrating users to new design of handling failed messages #45

Closed sancar closed 10 months ago

sancar commented 10 months ago

Related to QSTH-198

linear[bot] commented 10 months ago
QSTH-198 A page to describe differences between v1 and v2

[https://app.hubspot.com/live-messages/6849390/inbox/5463632046#live-chat](https://app.hubspot.com/live-messages/6849390/inbox/5463632046#live-chat) Especially how to use DLQ is not clear to the users. They are storing the message ID and checking later to see the status. We can polish this part more [https://upstash.com/docs/qstash/migrating/v2](https://upstash.com/docs/qstash/migrating/v2) DLQ page can work as well but it is one more click away and can be missed. How to do housekeeping is not clear right now for users. \`\`\` while(iterate DLQ) { handle delete it from DLQ } \`\`\` Or using Upstash-Failure-Callback \`\`\` handle delete it from DLQ \`\`\`