roadrunner-bundle
roadrunner-bundle copied to clipboard
A RoadRunner worker integrated in your Symfony app
Sometimes we have error, and api response is 502, what can we do? - php 8.0 - symfony 5.2.12 Error log: ``` ERROR container/poller.go:16 vertex got an error {"vertex id":...
Use of DoctrineBundle doesn't mean an ORM and any ManagerRegistry is available and yet you assume it is here https://github.com/Baldinof/roadrunner-bundle/blob/2.x/src/DependencyInjection/BaldinofRoadRunnerExtension.php#L131-L142 At a container compile time an error like this is...
Hello there! Since we have long-lived queries, I suggest adding an additional configuration of collect_cycles_every. Its value will indicate how many times in how many queries the function gc_collect_cycles() should...
Hi all :wave: I have a symfony 5.4 application using the symfony runtime component and this bundle. The application itself seems to be working (based on some rough testing done...
`Sentry ^4.1` has the ability to use tracking feature ```yaml sentry: #..... tracing: enabled: true dbal: enabled: true cache: enabled: false ``` But by default Sentry finish the transaction `onKernelTerminate`...
[#48] Added https://github.com/temporalio/sdk-php support. If you want also tests I can add them a bit later or you can do it yourself 😉 . Now I want to discuss about...
Hi Great stuff here :) one question: would it be possible to add some sort of KernelProvider? By default it would just return the same instance, but it would open...
Hi everyone. Is it a bug, or expected behaviour? The roadrunner initialize kernel four times -> metrics also initializes four times -> as a result system throws errors: ``` weather...
Hi, We are trying to use roadrunner on a multi tenant symfony project. Multi-tenancy is handled by the kernel, we inject database url dynamically depending on the request. This works...
Hi there, roadrunner 2+ have native support of Temporal.io, do you have any plans to implement support of this? If not - will you accept this feature as PR to...