jezzsantos / ServiceStack.Webhooks

Add Webhooks to your ServiceStack services
Apache License 2.0
27 stars 7 forks source link

Auto-Deactivate Subscription if fails Delivery with StatusCode=4XX #4

Closed jezzsantos closed 7 years ago

jezzsantos commented 7 years ago

Story: "As a relay, I don't want to repeatedly send notifications to subscriber endpoints that have already reported a 4XX status code in the past."

I think,we simply set IsActive = false, if we get a delivery report for a 4XX for any subscription.