Ovidiu Dan
Ovidiu Dan
We are having the same issues with a C# FTP Server: https://github.com/FubarDevelopment/FtpServer So it does not seem to be a server specific problem. Any ideas?
Isn't there a project that already does this? Maybe it just needs to be updated to be usable in production: https://github.com/adhurwit/AzureBlobFtp
@fabiocav We do use DI singletons for cosmos db clients, http client factory, etc. as per [recommendations](https://docs.microsoft.com/en-us/azure/azure-functions/manage-connections#static-clients) in the Azure Functions documentation. What information do you need to debug this...
Same for us. We see this all the time in the logs.
@brettsam, is it normal to see about 10K AcquireBlobLease per minute in one app service plan with 7-8 apps? Is it one lease per .. what? Per function?
In my case it needs to be called "timer", otherwise if I call it "timerTrigger" it fails. Odd. This is still happening as of April 2019 with the latest SDK.
I have the same problem and the same error as above, after trying the suggested fix of setting OperatingAssembly. I cannot find a single independent Razor implementation that works on...
> this will be incredibly useful to a lot of people even if it lives on as a fork. I second this. This functionality is crucial for me since I...
WARNING: I don't know what I'm doing. @paolorechia Here's what I found so far. Inside generator.py I added: ```python def generate_token_with_bias(self, prefix, logit_bias, startNewRequest = True): self.end_beam_search() if prefix and...
Just for completeness, below is the SocketIO API that calls the code above. I call this API from a separate C# project. ```python from model import ExLlama, ExLlamaCache, ExLlamaConfig from...