MiguelGD
MiguelGD
Yeah you can use it without troubles, Where can I see the bundle? if you need help contact with me :-)
:+1: N1 tools thx
Yep, I also want to split my code into different files. @mcg-web what do you think about this? I'm open to trying to solve it but may need some guidance....
In the `openswoole/swoole:25.2.0-php8.3-alpine` version, I encountered the same issue. However, after removing the `max_request_execution_time `warning as you suggested, it disappeared 👍 .
~~I spent all night debugging to find the memory leak and finally came across your PR. Thanks, it works perfectly ❤️. I hope this PR will be accepted soon.~~ It...
@Nyholm, ~I attempted to simulate this using the Terminate event. However, in the second response, it states that "At least one schema should be declared." How is it possible for...
I tried again with a reset event, but it didn't work. The same error appeared as with the terminate event. Changing the service `Overblog\GraphQLBundle\Request\Executor` to `lazy ` and resetting it...
Finally, I couldn't locate the memory leak, so I decided to reduce max_request from 3000 to 1000... here is my metrics file from swoole. Maybe someone can spot a clue...
When running the latest update, I get the error I mentioned. Executed with symfonyruntime & runtime/swoole ``` { "code": "RuntimeException", "message": "At least one schema should be declare.", "trace": [[...