Thomas Eckert
Thomas Eckert
## Steps to reproduce ``` powershell cargo func new-app some_app_name cd some_app_name cargo func new http -n do cargo func run ``` ## Expected behavior Any time that a user...
There is now a RabbitMQ extension for Azure Functions in preview. Can we and should we implement this extension for Rust Azure Functions? See [Jeff Hollan's Blog Post](https://dev.to/azure/announcing-the-rabbitmq-extension-for-azure-functions-2mbo)
Making a note for myself as I am going to solve this one. On Windows, the user must manually add `path/to/func.exe` to their PATH environment variable. This is an easy...
I know you've had thoughts towards this, @peterhuene. Just wanted a bucket to drop my research into.
Changes proposed in this PR: - Fix an issue where pods running API Gateway were being mis-labeled as "Sidecar" pods How I've tested this PR: - Edited the unit test...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
Not an issue with Procrastinate, but with the `aiopg` package, but there is a way to fix it in this package. This issue gives more context on the problem as...
Changes proposed in this PR: - Added a `terminating-gateway-service.yaml` template. In order to register the deployment with the Endpoints Controller, a "dummy" service must exist so that a Kubernetes endpoint...
We are using Helm `3.6.3` to power our CLI for installing Consul on Kubernetes. We recently updated to `3.9.4` to address CVE-2022-36055 and caught an issue when installing onto EKS...
> **Warning** > Don't merge this. Let Nate merge his code first. Then retarget `main`. ### Description As a temporary solution for implementing native API Gateways into Consul, the discovery...