We will be just an integrator providing DocuSign services to our clients that have DocuSign accounts via OAuth authentication in our application. Some of our clients will have significantly higher volume than others.
If we set the RequireAcknowledgement flag on the envelope's event notification and the initial post to the webhook url fails (due to server down, etc.) for account 1 (low volume client) and then a subsequent post succeeds (server back up) for account 2 (high volume client) will the post for account 1 be retried or would they have to wait for the indeterminate time (could be hours or days) between requests for their account?
In other words, is the retry tied to the individual account having a successful post or to our integrator key or notification url having a successful post?