g2
g2 copied to clipboard
👾 Gearman in Golang
https://github.com/kubernetes/apiserver/blob/aa75ef0b36d8ca79160d9f8f3e8a9b926ee30c1b/pkg/server/genericapiserver.go#L207
# Goals: - Define a gRPC based api for Gearman. - Fix the protocol issues in Gearman (#15). - Client protocol must be stateless and unidirectional. # Benefits: - Clients...
Now that Go 1.8 is out, we should do this. https://gist.github.com/peterhellberg/38117e546c217960747aacf689af3dc2
We want to create an inner tcp connection for submission and remove the lock. https://github.com/mikespook/gearman-go/pull/75#issuecomment-278550109
I have a failover scenario with multiple gearmand servers but most time only one of them is running. With the gearman c library i just add all those servers to...
Dependabot couldn't find a Gopkg.toml for this project. Dependabot requires a Gopkg.toml to evaluate your project's current Go dependencies. It had expected to find one at the path: `/Gopkg.toml`. If...
Please make a release that includes 90f2f9348a6303aa99cc24ffbeeb8555c0d299ee
This happened when submitting (or processing?) a large number of new jobs with a unique identifier on them. ``` fatal error: concurrent map iteration and map write goroutine 48 [running]:...
Wonder if anyone ran into the following issue: We use kubernetes 1.10 to spin a express/node app, which in turns calls a node-gearman (simple Gearman client/worker). Here's the g2 log...
Right now in the Prometheus metrics export, you only get a total worker and job count. It would be really beneficial to see those broken down by the job type...