Woocommerce Slow Webhooks Fix
-
I was having an issue where my webhooks were taking over 20 minutes to trigger in the scheduled actions. Per a previous suggestion I tried:
https://gist.github.com/lukecav/920cb2a2edc8a4280eccf78bbfc85143
This code snippet did not work for me.The following code snippet did work:
https://shanerutter.co.uk/fix-woocommerce-delayed-webhooks/I entered this snippet into the following wordpress plugin:
https://www.ads-software.com/plugins/code-snippets/With the settings:
Run snippet everywhere
Priority 1Now the webhooks fire immediately, which is exactly what I was looking for.
My question is, does anyone have any issues running this snippet in production on their website? If so, what problems do you have? Any issues once you start to get a bunch of orders simultaneously?
- The topic ‘Woocommerce Slow Webhooks Fix’ is closed to new replies.