novuhq / novu

Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.
https://novu.co
Other
34.01k stars 3.47k forks source link

🚀 Feature: Bulk Cancel Events #5818

Open paulwer opened 1 month ago

paulwer commented 1 month ago

🔖 Feature description

ability to provide multiple transactionIds within cancel method/endpoint to be able to cancel them using a bulk endpoint to reduce load

🎤 Why is this feature needed ?

Some of our services require cancel triggered events beforehand async. The total count of the cancel can vary alot, so a bulk method would be very suiteable for this manner.

✌️ How do you aim to achieve this?

An additional endpoint for bulk or ability to provide multiple transactionIds withi the current endpoint

🔄️ Additional Information

No response

👀 Have you spent some time to check if this feature request has been raised before?

🏢 Have you read the Code of Conduct?

Are you willing to submit PR?

None

linear[bot] commented 1 month ago

NV-3939 🚀 Feature: Bulk Cancel Events

hiteshwadhwani commented 1 month ago

I would like to work on this feature