azure-functions-golang-worker icon indicating copy to clipboard operation
azure-functions-golang-worker copied to clipboard

Golang worker for Azure Functions

Results 15 azure-functions-golang-worker issues
Sort by recently updated
recently updated
newest added

Hello Team I am not able to pull azure-functions-go-sample docker image using command cmd: docker run -p 81:80 -it azure-functions-go-sample please help me out -siddhesh

This should take care of issue #22 :)

This is a WIP PR because I want to get your thoughts on approaching this since issue #10 mentioned you'd like to add some tests :). Protobuf and gRPC are...

`panic: http: multiple registrations for /debug/requests` When this is used as vendored, the `init()` function from `x/net` is called multiple times - critical issue moving forward and needs to be...

bug
help wanted

Right now, when there is an out binding, any output data is sent together with the invocation response - in C# (at least) there is the possibility to have data...

enhancement
help wanted
tracking

Right now, logging is only used to showcase vendored dependencies - the logs don't reach back to the Azure Functions Host - they should be sent as a `StreamingMessage`

enhancement

Right now, for every incoming gRPC message is executed in a new goroutine. We need to investigate the performance, the number of goroutines and to understand the lifetime of goroutines...

help wanted
performance