With my new webhook, when making a change I am getting 4 responses.
**.**.***.***- - [20/Sep/2018:10:00:02 -0400] "POST /webhook/subboard HTTP/1.1" 500 291 "-" "-"
**.**.***.***- - [20/Sep/2018:10:00:32 -0400] "POST /webhook/subboard HTTP/1.1" 500 291 "-" "-"
**.**.***.*** - - [20/Sep/2018:10:01:32 -0400] "POST /webhook/subboard HTTP/1.1" 500 291 "-" "-"
**.**.***.*** - - [20/Sep/2018:10:03:32 -0400] "POST /webhook/subboard HTTP/1.1" 500 291 "-" "-"
because of the timing (0,30,60,120) it looks like it is because of the retry system. however all of these posts are being received and correctly processed by my code. Is there anything that i should have in the post handling that will make this stop happening?
nevermind, wasnt sending a 200 to confirm receipt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.