upstash / qstash-py

Python SDK for Upstash QStash
https://docs.upstash.com/qstash
MIT License
12 stars 1 forks source link

Implement bulk DLQ delete #11

Closed MeshanKhosla closed 8 months ago

MeshanKhosla commented 8 months ago

Allow for users to delete many messages from the DLQ.

dlq.deleteMany({
  dlq_ids: ["dlq_id_1", "dlq_id_2"]
})
{
  "deleted": 2
}