Azure Durable Functions - Getting Called Weirdly
Kevin Azure
141
Reputation points
I am using Azure Durable Functions for doing background 30 minutes job.
While my function being executed - another call happens - I added queryString to prevent this.
But again same issue - this makes my code do double-insert to db problem
How to fix same?
Sign in to answer