roadrunner icon indicating copy to clipboard operation
roadrunner copied to clipboard

🤯 High-performance PHP application server, process manager written in Go and powered with plugins

Results 140 roadrunner issues
Sort by recently updated
recently updated
newest added

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

C-enhancement
P-new-plugin

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

C-feature-request

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

C-enhancement
S-RFC
Y-Low
P-broadcast
P-new-plugin

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

B-regression
Y-Release blocker
P-KV

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

C-enhancement
C-feature-accepted
P-HTTPS

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

C-enhancement
S-RFC
P-DB
P-new-plugin

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

C-feature-request
P-config

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

C-enhancement
C-feature-accepted

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

help-heeded-medium
C-feature-accepted
Y-Medium
D-driver
P-jobs

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

C-enhancement
B-performance
E-needs-mcve
Y-Low