Valery Piashchynski
Valery Piashchynski
### Plugin None ### I have an idea! Docker desktop is available on all platforms (recently also on Linux): https://docs.docker.com/desktop/dev-environments/create-dev-env/ This is the tracking ticket for the feedback and implementation...
### No duplicates π₯². - [X] I have searched for a similar issue. ### What should be improved or cleaned up? Since we have `deb` packages for the Debian-like distros,...
```[tasklist] ### Tasks - [ ] Inline configuration: https://github.com/roadrunner-server/roadrunner/issues/935 - [ ] HTTP Worker protobuf transport: https://github.com/roadrunner-server/roadrunner/issues/1698 - [ ] TLS plugin, activate for the v5 of plugins (version 2024.1)...
### Plugin HTTP ### I have an idea! Replace internal JSON communication with PHP worker with protobuf. This will allow us to send binary payloads without base64 (for example) conversion....
### Plugin Logger ### I have an idea! The Golang official `log/slog` package is out from the experimental packages. It is time to update our `zap` logger from Uber with...
### Plugin JOBS ### I have an idea! Support for batch processing for the JOBS plugin to significantly reduce the time of SQL operations (batching). This can be applied not...
### No duplicates π₯². - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? When the user calls `rpc.Destroy`...
### Plugin JOBS ### I have an idea! Sometimes, for example, if the user has an unstable connection between RR and any JOBS driver, or the connection is lost, RR...
### Plugin None ### I have an idea! Actualize [RR samples repository](https://github.com/roadrunner-server/samples): - Add more complex samples, for example, performing RPC call from PHP to RR. - Add videos to...
### Plugin RPC ### I have an idea! In the RoadRunner we have a lot of the different RPC methods that are used to send the data to the JOBS...