Petr Levtonov
Petr Levtonov
Any input how we can proceed with this issue? Can we help with a pull request on our own?
Encountering the same issue now. Laravel test runs: ```php $x = Cache::store()->getStore(); $y = $x->putMany([ 'a' => new Entity(), 'b' => new Entity(), 'c' => new Entity(), ], 60); dump($x->get('b'));...
We see different kind of errors depending also on whether we have slot caching enabled.
> RedisClusterException with message 'Timed out attempting to find data in the correct node!' Related issue here. Can it be that if server timeout is set (closes idle connections), the...
> We stream it via stout and stderr which then goes out to Datadog. Same issue and same use case.
Well we have overwritten the class and so far it works fine and as expected for over a year now. I will submit the proposal soon.
Check https://github.com/TheLevti/phpfork. Its a fork of this repo where I try to keep it up to date. Its still work in progress and hopefully I can provide a pull request...
Would be amazing to get this support out. I suspect I have such a case where sometimes the connection is just gone and I am stuck listening forever.
Hello! Encountering the same issue on many of my projects as I log to stdout with json formatter.
As already mentioned, only happens in fpm context, not for long running processes/cronjobs. ~I will check if we can run the patch to see if it resolves the issue.~ Going...