roadrunner-bundle icon indicating copy to clipboard operation
roadrunner-bundle copied to clipboard

A RoadRunner worker integrated in your Symfony app

Results 34 roadrunner-bundle issues
Sort by recently updated
recently updated
newest added

In production, the Symfony somehow loads different logged user than myself. This is major bug. I suspect it's because of sessions not being closed/refresh between requests. I remember this bundle...

Are there any plans for RR jobs support in the bundle? https://roadrunner.dev/docs/plugins-jobs/2.x/en

I've recently noticed that `vendor/bin/rr` is no longer available unless you manually add the composer package `spiral/roadrunner-cli`. 1. Should this requirement be added to this bundle, 2. or to another...

Good afternoon! Faced a problem with using sessions. I use Symfony 6.2. Sometimes it works fine, and sometimes the session is recreated every time. The problem does not reproduce if...

Hello, I have a **grpc** service and I want to implement JWT token authentication, for now, I just need to validate that the token is valid. With **http** this is...

It would be helpful if you provide an event that contains the current request. It can be used for a telemetry, tracing and so on. It could be named **WorkerReceivedRequestEvent**...

It took me some time to understand that your Kernel needs to implement KernelInterface. It would be much easier when you would throw just an exception when the requirements are...

Hello, I was wondering about[ this part,](https://github.com/Baldinof/roadrunner-bundle#kernel-reboots) specifically the >If some of your services are stateful, you can implement Symfony\Contracts\Service\ResetInterface and your service will be resetted on each request. The...