Azure / azure-functions-cosmosdb-extension

Extensions to support CosmosDB functionality on Azure Functions
MIT License
6 stars 8 forks source link

Possible bug if error happens during lease initialisation? #14

Open asos-martinsmith opened 5 months ago

asos-martinsmith commented 5 months ago

As far as I can see if a process errors half way through creating the leases new initialisation will just add new leases and not clear up old ones from the partial execution.

As the _ids will be different this will cause duplicate entries for the same physical partition