Valery Piashchynski
Valery Piashchynski
Use Strengthened Lazy Heaps (https://arxiv.org/pdf/1407.3377.pdf) algorithm instead of binary heaps.
I saw an interesting GA - https://github.com/marketplace/actions/continuous-benchmark. I guess, inside Github's GA docker env that feature would be inefficient (results will have big deviation ???), but we can use our...
### Plugin GRPC ### I have an idea! Like we have middleware in the HTTP plugin, will be nice to have the custom interceptors for the `grpc` plugin. ```yaml #...
Extend `http` section with http server configuration options, such as: `read-write timeouts`, `header size` etc..
1. Linux - `inotify`. 2. MacOS - `kqueue`. 3. Windows - `ReadDirectoryChangesW`. Fallback implementation - current.
Consul and etcd drivers (any other?) for the KV plugin. Consul: https://www.consul.io/ etcd: https://etcd.io/
### I have an idea! Docs about Golang configuration with private repositories: - Exclude imports `GOPRIVATE` and `GONOSUMDB`: ``` go env -w GOPRIVATE="gitlab.com//*" go env -w GONOSUMDB="gitlab.com//*" ``` - `ssh-agent`...
### Plugin GRPC ### I have an idea! Support for the `gRPC` reflection server: https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md
### Is your feature request related to a problem? Please describe. ref: https://github.com/temporalio/roadrunner-temporal/pull/278 ### Describe the solution you'd like Remove deprecated `WorkflowExecutionTimeout` field from the `ContinueAsNew` request
### No duplicates 🥲. - [X] I have searched for a similar issue. ### What should be improved or cleaned up? Currently, the multipart [parsing algorithm](https://github.com/roadrunner-server/http/blob/master/handler/parse.go) is not efficient enough...