Web Hook Not Retrying
-
I am using web hooks with woo-commerce. On my server I set a flag to simulate a 500 error. I place a test order, see that woo-commerce called my web hook and got a 500 error back. The web hook is then marked as completed.
If I remove the flag on my server, I see the web hook in the log with the normal 200 status code, and again the web hook is marked as completed.
How do I get the web hooks to retry with exponential back-off if there is a non 2XX http status code? Ideally setting the back-off timing and retry count would be ideal. Is there a config for this?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Web Hook Not Retrying’ is closed to new replies.