Aleksei Gagarin
Aleksei Gagarin
Also reproduced on [RR v2024.1.5](https://github.com/roadrunner-server/roadrunner/releases/tag/v2024.1.5) (Jun 20, 2024), [SDK v2.10.3](https://github.com/temporalio/sdk-php/releases/tag/v2.10.3) (Jul 5, 2024), Tempora CLI: [v1.0.0](https://github.com/temporalio/cli/releases/tag/v1.0.0) (Aug 6, 2024). [reproduce.zip](https://github.com/user-attachments/files/20677099/reproduce.zip)
Should be fixed in the next RoadRunner release this Thursday
Hi. The problem turned out to be a bit deeper, so we postponed the RR release. I hope to come back with good news soon.
@faim87 hi. Did the latest patch solve the problem 100%?
Hi. Sounds like a big challenge. I've done some research into the issue. It's quite difficult to find a balance and provide a user-friendly API for all supported DBMSs at...
> I was going to say don't do name at all, but then I saw PHP's [built-in mutex](https://www.php.net/manual/en/syncmutex.construct.php) takes a name which I find really odd We can definitely get...
PR updated according to the review --- If we don't use the mutex name, we can simplify everything: - Remove the `MutexInterface` - Remove the `Workflow::mutex()` method, and create Mutex...
Looks like it works well right now with releases and phar. Can we close the issue?
We can try adjusting the settings for the number of workers. If the hardware is known, we can set the number of workers to CPUs*2 or configure autoscaling (if it's...
> laravel roadrunner package (Spiral\RoadRunnerLaravel) is no longer maintain. Thank you for letting me know. Fixed.