-
I use RoadRunner for a project on laravel in docker. When I add extension xdebug server not work.
But if I remove extension xdebug all working well.
Errortrace, Backtrace or Panictrace
```
Err…
-
OS: Manjaro 20.0.1 (fresh install)
Runtime: Docker
RR Version: 1.8.1 (1.8.0, 1.7.1)
Dockerfile:
```
FROM spiralscout/roadrunner:1.7.1 as roadrunner
FROM composer:latest as composer
FROM php:7…
-
Hi, tried to install roadrunner on latest Apple macbook with Apple Silicon M1 processor but installation failed with the message:
```
Uncaught OutOfRangeException: Current architecture (arm64) may…
-
## Describe the bug
If you want to install laravel 8 in the configuration file cors.php change the value of supports_credentials to true we get the following error
```
Laminas\Diactoros\Excepti…
-
As you can see, now, RR2 does not contain `cmd` folder with `main.go` thus RR2 can not be run as a standalone program. Instead, RR2 is a runtime for the plugins and `PHP` processes management. We did…
-
We have a local rr build to run our services with such config file
```yaml
rpc:
listen: tcp://127.0.0.1:6001
server:
# Worker starting command, with any required arguments.
#
# …
-
there is support for run workers in background?
-
We are using roadrunner with PHP and docker and have the following `.rr.yaml`:
```yaml
http:
address: :8080
workers:
command: "php /var/www/app/worker.php"
pool:
numWorkers:…
-
There are lots! Just add comments with a link + information, and make sure to specify if they are stateless or need a database:
Images:
* Imaginary (stateless): https://github.com/h2non/imaginary
…
-
**Describe the bug**
Activity return associative array, but when the return result is used in workflow, it became an object, not an array.
**To Reproduce**
Steps to reproduce the behavior:
1. In…