How to count retries? Should I count how many has been COMPLETED or how many has been STARTED?
I have an interface showing requests being sent to an external server, they are visualized in a table. There are configurable rules that determines how many retries the request is allowed to do before it expires. So, when the…