Webhooks | Maximum simultaneous batches already in progress (1 queue)
-
Hello I would like some help with a problem occurring in my Woocommerce. I have an integration between Woocommerce and a CRM (bling.com.br).
>> In the WordPress Panel under “Woocommerce > Settings > Advanced > Webhooks” I have 4 webhooks created, being:
1) Webhook – Order Created (ID11) – Used to create an order
2) Webhook – Updated Order (ID12) – Used to update an order
3) Webhook – Created Product (ID7) – Used to create a product
4) Webhook – Updated Product (ID8) – Used to update a product
>> The expected actions are:
1) Webhook – Order Created – When a customer creates an order in Woocommerce, it must be created in the CRM automatically;
2) Webhook – Updated Order – When the order status is updated, it must be updated in the CRM automatically;
3) Webhook – Created Product – When a product is created in Woocommerce, it must be created in the CRM automatically;
4) Webhook – Updated Product – When you update product stock, it must be created in the CRM automatically;
>> It turns out that I have noticed that it is unstable:
1) Webhook – Order Created – Sometimes it creates and sometimes does not create the order in the CRM.
2) Webhook – Updated Order – Sometimes it updates and sometimes it doesn’t update the order in the CRM.
3) Webhook – Created Product – Sometimes it creates and sometimes does not create the product in the CRM.
4) Webhook – Updated Product – Sometimes it updates and sometimes it doesn’t update the product in the CRM.
I accessed the WordPress Dashboard in “Woocommerce > Settings > Advanced > Scheduled Actions” and I have noticed that whenever an order or product is not created or updated in the CRM, a message is generated in Woocommerce: “Maximum simultaneous batches already in progress ( 1 row). No actions will be processed until the current batches are completed.”
Example: After creating Order 6302 in Woocommerce we have the message: “Maximum simultaneous batches already in progress (1 queue). No action will be processed until the current batches are completed.”
After a period of time they appear as “unsuccessful”, with the following message: ” action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.”
In “Woocommerce > Settings > Advanced > Logs > webhooks-delivery-YYYY-MM-DD” it only shows logs that were completed successfully, but logs with errors are not shown.
Does anyone have an idea what the problem could be? I believe Woocommerce is getting lost in “”Maximum simultaneous batches already in progress (1 queue). No action will be processed until current batches are completed.” Thank you for your help.
- You must be logged in to reply to this topic.