Jeff Hollan

Results 15 issues of Jeff Hollan

A very “blue sky” feature but would be amazing to have KEDA look at historic data and patterns for deployments to try to predict when events may be coming in...

help wanted
Epic
Hacktoberfest
cant-touch-this

Per early feedback and questions around retry policy, want to test a few scenarios to confirm: ### Scale controller behavior - If you have a queue triggered function and retry...

If you try to run a function app locally with the Azure Storage extension and you don't have internet connectivity, it throws some error like this > [11/18/2019 5:09:18 PM]...

supportability
P2

Users want to get a query parameter to resolve in a CosmosDB input binding expression: `"SELECT * FROM c.users WHERE c.CustomerId like {Query.customerId}` But it doesn't work per this: https://github.com/Azure/azure-functions-host/issues/2554#issuecomment-392084583...

improvement

Per [this UserVoice](https://feedback.azure.com/admin/v3/suggestions/33896611/activity) --- It seems like international characters in email addresses are not supported. I think SendGrid supports SMTPUTF8, as indicated here: https://sendgrid.com/blog/episode-2-of-the-grid-podcast It would be nice if Azure...

`az funcitonapp update` should be improved to surface a few new settings. One is a new setting that just completed deployment that lets you set the minimum function instance always...

P2

Not sure if there is a reason for this or not but a question came up here on why for every execution we create a new instance of the class...

new feature
needs-discussion

As part of the [move to Java 11](https://github.com/Azure/azure-functions-java-worker/issues/120) we should support standard [HttpRequest](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpRequest.html)

New Feature
reviewed

Today KEDA can indirectly influence cluster autoscaling by causing the HPA to schedule too many pods so the cluster autoscaler kicks in and adds nodes. A common ask is to...

help wanted
needs-discussion
feature-request
Hacktoberfest
cant-touch-this

When deploying the sidecar to K8s during initiatlization it tries to connect to port 3001 even if you aren't using the trigger. So I had a function with a dapr...

kind/documentation