Closed MeshanKhosla closed 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 }
Allow for users to delete many messages from the DLQ.