Tests[SendWithPriority]

This commit is contained in:
2022-11-30 21:39:14 +01:00
parent a7df476e79
commit 1ca09c16d3
7 changed files with 172 additions and 4 deletions

View File

@@ -165,7 +165,7 @@
{{config|baseURL}}/</pre>
</div>
<h2>Message Uniqueness</h2>
<h2>Message Uniqueness (Idempotency)</h2>
<div class="section">
<p>
Sometimes your script can run in an environment with an unstable connection and you want to implement an automatic re-try mechanism to send a message again if the last try failed due to bad connectivity.