Valery Piashchynski

Results 40 issues of Valery Piashchynski

Use Strengthened Lazy Heaps (https://arxiv.org/pdf/1407.3377.pdf) algorithm instead of binary heaps.

C-enhancement
A-other
Y-Medium

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...

C-enhancement
S-RFC
help-heeded-medium
A-tests

### 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 #...

C-enhancement
C-feature-request
P-GRPC

Extend `http` section with http server configuration options, such as: `read-write timeouts`, `header size` etc..

C-enhancement
E-easy
P-HTTP

1. Linux - `inotify`. 2. MacOS - `kqueue`. 3. Windows - `ReadDirectoryChangesW`. Fallback implementation - current.

C-enhancement
E-medium
P-reload

Consul and etcd drivers (any other?) for the KV plugin. Consul: https://www.consul.io/ etcd: https://etcd.io/

S-RFC
E-medium
C-feature-request
D-driver
P-KV

### 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`...

A-docs

### 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

C-feature-request

### 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

enhancement

### 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...

C-enhancement