roadrunner
roadrunner copied to clipboard
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
### Plugin Server ### I have an idea! Hello! I often have to switch between debug mode and back. It is not always clear what mode the server is in....
### Plugin JOBS ### I have an idea! Idea is to implement AMQP [Publisher Confirms](https://medium.com/@anvarnurmatov/rabbitmq-quorum-queue-message-loss-aa5a30acdee5) functionality. This would enable guaranteed message delivery to the broker, especially useful in remote rabbitmq...
### Plugin None ### I have an idea! The only difference between github and github enterprise is that the endpoints are different. I.e instead of `https://github.com` people would use say...
### No duplicates 🥲. - [x] I have searched for a similar issue. ### What should be improved or cleaned up? Go 1.25 introduces a cgroup-bound GOMAXPROCS, so no need...
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? TEMPORAL_ROADRUNNER_MAX_WORKERS_COUNT=20 TEMPORAL_ROADRUNNER_WORKERS_COUNT=5 When starting the...
### No duplicates 🥲. - [x] I have searched for a similar issue. ### What should be improved or cleaned up? `ERROR temporal Workflow panic {"Namespace": "default", "TaskQueue": "default", "WorkerID":...
### Plugin None ### I have an idea! Currently, the RoadRunner Centrifuge plugin requires both `proxy_address` for receiving events and `grpc_api_address` for sending requests. However, in a microservice architecture, only...
### No duplicates 🥲. - [X] I have searched for a similar issue. ### What should be improved or cleaned up? Starting with [2024.3.0](https://github.com/roadrunner-server/roadrunner/releases/tag/v2024.3.0) we have autoscale workers 😍 It's...
### Plugin HTTP ### I have an idea! ATM, we're using `protobuf` encoder/decoder in Go/PHP to encode messages from the RoadRunner (not send, only encode). This approach suggests using the...
### Plugin HTTP Middleware (any) ### I have an idea! Nowadays, `zstd` became very popular compression standard in web world due to the ratio/speed balance of the corresponding Zstandard compression...