I’ve been testing our webhook receiver by re-sending notifications (either via the UI or via API). I noticed, after 10 re-sends, the notification is marked as Failed
even though they were all successful (see screenshot). You can see all attempts are at 200, but the main status is Failed
. If I only resend < 9 times, it is not marked as Failed. After the 10th re-send, it will not re-send anymore no matter how many times I attempt again via UI/API.
Calling it an attempt
seems incorrect as it is not a retry due to failure, but rather just a re-send. Re-sends should not count as a retry attempt since I should be able to re-send for any reason.