Webhooks *sometimes* not firing
-
Hi there,
For some reason the webhooks in my shop are not firing as ‘reliably’ as they did before.
This is how it should be:
1. A customer makes an order and completes the payment
2. The payment is set to ‘completed’
3. A webhook (action.woocommerce_order_status_changed) is firedNow even before the upgrade to the latest WooCommerce version 2.6.14 every once in a while the webhook was not triggered. The webhook debug log shows no call that was attempted, just as if there was no webhook at all.
I also tried the usual debugging techniques (PHP error_log, WB_DEBUG_LOG etc.) but couldn’t find anything that would explain why this happens.
Now, with version 2.6.14, the webhooks are not called in about 50% of all orders, while a few days ago it was maybe 2%.So in order to make all of this work I have to switch the order status back and forth between ‘completed’ and ‘paid’ until the webhook is eventually fired. Sometimes its works after making that switch just one time, and sometimes I need to switch back and forth 5-6x times until it gets fired.
Is this a known issue? Any idea how I could debug this?
Thanks!
R.
- The topic ‘Webhooks *sometimes* not firing’ is closed to new replies.