roadrunner
roadrunner copied to clipboard
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
**Is your feature request related to a problem? Please describe.** Right now, to access Google Cloud SQL I run two Dockers inside a Kubernetes pod (my app, and gcr.io/cloudsql-docker/gce-proxy) Instead,...
### Plugin JOBS ### I have an idea! version 2.9 offers metric "Failed job" which help us to know the total number of failed jobs, it's great. I'd like to...
I would like to see a first-party integration for Mercure protocol with roadrunner, which could serve as a replacement for WebSocket broadcasting. Mercure is used widely in the Symfony ecosystem,...
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? According to docs, you may...
I have ~400 subdomains. Now it is working with manual update of wildcard certificate. Auto renewal of subdomain's list can simplify support. Add everything to YAML config looks hard. Option...
Design a plugin that will solve a problem with Postgres (will be first) connections for the PHP workers. At the moment PHP has to use `pgBouncer` or other tools to...
### No duplicates 🥲. - [X] I have searched for a similar issue. ### What should be improved or cleaned up? By default - none. .rr.yaml example ``` version: '2.7'...
### Plugin Server ### I have an idea! Would be nice to have documentation for RPC methods and arguments. Lowest expectation for this would be, having an explanation how to...
### Plugin JOBS ### I have an idea! I love that amqp and sqs are supported jobs drivers, but redis is also a fairly common queueing backend. It would be...
With PHP-FPM we have three options: `static`, `dynamic`, and `ondemand`. Can we accomplish such thing with rr? I don't think it makes sense to waste resources when a website is...