PehrGit
PehrGit
Another reason this would be useful is because Kubernetes offers a separate Liveness and Readiness probe. They are separate and serve different purposes. In our case we want to check...
Thanks for the replies so far, any new insights? The hardcoded 10 minutes is an issue for us in 2 ways: - For some function apps, we only have short-running...
How does this work under the hood? Does Lens call `kubectl get deploy -o yaml`? The reason I ask is that that command has an option `--show-managed-fields` which by default...
> Strangely enough, the only thing that should have happened is that the subscription would drop and resubscribe. Can you confirm that the subscription just silently died? Do you have...
> Look also here [dotnet/SqlClient#2103 (comment)](https://github.com/dotnet/SqlClient/issues/2103#issuecomment-1764206103), it seems that on Windows it will produce 10053, but on Linux it's impossible to figure out. Ah that's too bad. Thanks for looking...
Looking at the ESDB AllStreamSubscription, I see that `EventSubscription.Dropped()` is called when the subscription drops. Could it be that we just need to replace `IsDropped = true;` with a call...
> @blueww Well, why would I want an extra console window floating about all the time? I work on legacy MVC5 app that needs local storage. In and out of...
> @trailmax , @PehrGit > > I have tried the way (sc.exe) in https://stackoverflow.com/questions/3582108/create-windows-service-from-executable, and successfully start Azurite with a windows service. That's awesome. Could you share the exact command...
I would like to misuse the issue system and pollute this issue further just to say thank you for this amazing tool. Brilliant idea and brilliantly executed. You sir are...