Lyzun Oleksandr

Results 12 comments of Lyzun Oleksandr

Related to https://github.com/magento/architecture/pull/330#discussion_r344402912 ![AsyncImportUML](https://user-images.githubusercontent.com/1667889/69160935-a3813380-0aea-11ea-8e40-52bd01b52f91.png) Its a high level diagram, hope will help a bit

Hi @engcom-November I have a strong feeling issue is connected with this changes: https://github.com/magento/magento2/pull/32371 Can you please try with patch from this PR and tell if its still exists? Or...

1) --max-idle-time option may kill the process but process will be started again with next cron, so it will not really solve your issue 2) with "Having an option per...

Yep, I would recommend just disable jobs you dont need. Add this into your env.php ``` 'cron_consumers_runner' => [ 'cron_run' => true, 'max_messages' => 20000, 'consumers' => [ 'async.operations.all', 'product_action_attribute.website.update',...

1) yes, in this case if you really need them, they have to stay enabled, and this mean for now at least you have to deal with "kill" processes if...

https://github.com/magento/bulk-api-ce/pull/23

Hey, if you will be able to fix tests will be awesome :-) Related issue: https://github.com/magento/async-import/issues/13

@vkublytskyi Can you please maybe give a tip for a good location? Cause for me logical way will be define description in `communication.xml` BUT we are generating `communication.xml` automatically based...