Skip to main content

Questions tagged [consumers]

0 votes
1 answer
218 views

Magento 2.4.6 I am running this every minute via cronjob: php bin/magento cron:run; > /dev/null 2>&1 php bin/magento queue:consumers:start product_action_attribute.update & php bin/...
user4095519's user avatar
1 vote
0 answers
284 views

I'm using many queues and configure Magento to use separate consumers for every queue. It works well. But every few days it probably misses all consumer locks and spawns new processes for all queues. ...
Alexander Pravdin's user avatar
1 vote
1 answer
381 views

I have created a customer access token using the below method // Magento\Integration\Model\Oauth\TokenFactory $customerToken = $this->tokenModelFactory->create(); $token = $customerToken->...
Rizwan Khan's user avatar
  • 1,969
0 votes
1 answer
71 views

I have 1lac products in Magento, I want to delete the products based on some condition like if the product is disabled, but if we delete all products in a single time using corn the server can crash. ...
Utsav Gupta's user avatar
  • 1,243
0 votes
1 answer
272 views

magento is sending the next error when calling a GET API. Does anyone have the solution to the error? { "message": "The consumer isn't authorized to access %resources.", "...
Oier's user avatar
  • 1
0 votes
1 answer
1k views

First of all, I am not new to Magento 2 development, I know how to create modules. However, I struggle for 3 days now to get a simple Message Queue in Magento 2 to work. Here are my XML files: ...
hallleron's user avatar
  • 365
0 votes
3 answers
802 views

Is there a way to run these commands: php -dmemory_limit=12G bin/magento catalog:images:resize -a or php -dmemory_limit=12G bin/magento queue:consumer:start media.storage.catalog.image.resize without ...
Kalvin Klien's user avatar
0 votes
1 answer
1k views

Summary of the issue Queue Consumers are not working, it should work automatically after deployment. Information on your environment Magento EE 2.4 , RabbitMQ 3.8, Composer version- 1.10.16 ...
Amit Singh's user avatar
0 votes
1 answer
4k views

When I am running any of the consumers command from the console: bin/magento queue:consumers:start exportProcessor I am getting the following exception from the vendor/magento/framework/App/State.php,...
Attila Naghi's user avatar
  • 4,213