When I call the method createOfflineUserDataJob using PHP 8.1.27 the process keep indefinitely block, however with in my development instance is working perfectly when I use PHP 8.2.12.
createOfflineUserDataJob method is called (using the same code provided in the example)
Expected result:
When the the createOfflineUserDataJob is created it should take less than 1-2 seconds to process, like it happens in my development instance with PHP 8.2.12.
Received result:
The process keeps indefinitely blocked in PHP 8.1.27.
When I call the method createOfflineUserDataJob using PHP 8.1.27 the process keep indefinitely block, however with in my development instance is working perfectly when I use PHP 8.2.12.
Environment:
Steps to reproduce:
Expected result: When the the createOfflineUserDataJob is created it should take less than 1-2 seconds to process, like it happens in my development instance with PHP 8.2.12.
Received result: The process keeps indefinitely blocked in PHP 8.1.27.