MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

Delete: The maximum number of operations allowed in one batch has been exceeded. #41

Closed MerrionComputing closed 4 years ago

MerrionComputing commented 4 years ago

When deleting an account with a large number of events it throws a 500 error with the message: "The maximum number of operations allowed in one batch has been exceeded."

MerrionComputing commented 4 years ago

Fixed in latest release