novu
novu copied to clipboard
🚀 Feature: Bulk Cancel Events
🔖 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?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Contributing Guidelines
Are you willing to submit PR?
None