rich-camera-19306
10/25/2019, 12:11 PMrapid-diamond-82606
10/28/2019, 8:23 AMmany-continent-24692
10/28/2019, 8:46 AMEventDispatcherApplicationPlugin
is replacing the dispatcher (the TraceableEventDispatcher
would have provided performance data). Is this a known issue? or is it a configuration issue?sparse-kangaroo-34355
10/28/2019, 10:47 AMearly-sundown-61488
10/28/2019, 12:56 PMrich-camera-19306
10/28/2019, 1:04 PMacoustic-motherboard-16553
10/28/2019, 3:54 PMwhite-nightfall-29522
10/29/2019, 7:33 AMechoing-continent-95761
10/29/2019, 10:34 AMsilly-motherboard-93855
10/29/2019, 10:56 AMrhythmic-microphone-10950
10/29/2019, 11:07 AMmysterious-pencil-76046
10/29/2019, 2:15 PMprotected function getPermissionCollection(CustomerTransfer $customerTransfer): PermissionCollectionTransfer
{
if ($customerTransfer->getCompanyUserTransfer()) {
$setPermissions = $customerTransfer->getPermissions();
$customerTransfer->setPermissions(null);
$loadedPermissions = $this->customerFacade->getCustomer($customerTransfer)->getPermissions();
$equalPermissions = [];
$notEqualPermission = [];
foreach($setPermissions->getPermissions() as $setPermission) {
foreach($loadedPermissions->getPermissions() as $loadedPermission) {
if($setPermission->getKey() === $loadedPermission->getKey()) {
if($setPermission == $loadedPermission) {
$equalPermissions[] = [$setPermission, $loadedPermission];
} else {
$notEqualPermissions[] = [$setPermission, $loadedPermission];
}
}
}
}
return $loadedPermissions;
}
return $this->sharedCartRepository->findPermissionsByCustomer($customerTransfer->getCustomerReference());
}
Can anyone tell me why this was done? With many permissions it becomes quite slow.jolly-night-88032
10/29/2019, 2:27 PM3d secure verification
, is there a way to add a timeout to the OMS which allows us to change the order state to invalid of past orders or do we need to change the state manually?
Additionally we wonder if that causes the oms:check-condition
task to run into a memory leak. At one point the process tried to allocate over 4G memory, which doesn’t seem right. Does anything else affect this task ?busy-potato-2082
10/30/2019, 11:32 AMacoustic-motherboard-16553
10/31/2019, 11:02 AMdamp-tailor-13900
10/31/2019, 4:15 PMrich-camera-19306
11/01/2019, 12:19 PMglamorous-quill-49387
11/05/2019, 12:21 PMgreen-yak-45366
11/05/2019, 4:30 PMancient-apartment-59274
11/06/2019, 1:14 PMacceptable-restaurant-76335
11/07/2019, 12:56 PMbusy-potato-2082
11/07/2019, 1:47 PMancient-apartment-59274
11/07/2019, 3:36 PMvictorious-computer-51517
11/07/2019, 5:42 PMgray-engine-53418
11/11/2019, 8:25 AM\Spryker\Zed\Category\Business\CategoryFacade::update
method. Everything looks good in PHP (no exception, ids are hydrated after query execution, nothing bad in logs). The data is not saved in the database when the execution is finished.
I noticed that after calling CategoryFacade::update the connection has a lot of nested transactions.
Have you encountered this before? Any suggestions on how I should approach this issue?mysterious-pencil-76046
11/11/2019, 1:22 PMbright-cat-24225
11/11/2019, 1:25 PMrich-camera-19306
11/11/2019, 1:29 PMqueue:task:start event
. It comes from core of
vendor/spryker/product-page-search/src/Spryker/Zed/ProductPageSearch/Persistence/ProductPageSearchQueryContainer.php:151
in scenario when there is one message failing from processing batch. Package version is latest - 3.9.1
.
1st image is after 6 iterations. 2nd image - 3rd iteration. There is huge difference in columns. Same thing happens to joins and everything else, that is called more than once on query builder.crooked-house-89121
11/11/2019, 2:51 PMcrooked-house-89121
11/12/2019, 8:07 AM