-
For a while now I am getting the following warning:
I am following the docs by creating a singleton for the Document Store. My guess is because I have a few (about 9) APIs (each on their own domain and azure app service that are using the same database server and also have a few Azure functions running every * minutes, that a Client is created for each API and function runtime? Could the amount of API's and/or theAzure functions be the issue as to why I am getting these warnings? If so, what approach should I use to fix this warning in my situation? Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The way we validate this is the we generate a per client process value. |
Beta Was this translation helpful? Give feedback.
-
My apologies for the extremely late reply. At the moment the store is created like this in an Azure function (
So I am guessing this is what you described as |
Beta Was this translation helpful? Give feedback.
-
You need to do it like this:
I'm not sure if the |
Beta Was this translation helpful? Give feedback.
You need to do it like this: