Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement bulk DLQ delete #11

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Implement bulk DLQ delete #11

merged 1 commit into from
Mar 19, 2024

Conversation

MeshanKhosla
Copy link
Contributor

Allow for users to delete many messages from the DLQ.

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

@MeshanKhosla MeshanKhosla merged commit 7329776 into main Mar 19, 2024
1 check passed
@MeshanKhosla MeshanKhosla deleted the bulk-dlq-delete branch March 19, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant