Add SHOULD on not overloading servers with submissions; recommend exponential backoff
Closes #152.
This commit is contained in:
parent
9b72f85561
commit
18caecc455
|
@ -1448,6 +1448,8 @@ Location: https://dustycloud.org/likes/345
|
||||||
For federated servers performing delivery to a 3rd party server,
|
For federated servers performing delivery to a 3rd party server,
|
||||||
delivery SHOULD be performed asynchronously, and SHOULD additionally
|
delivery SHOULD be performed asynchronously, and SHOULD additionally
|
||||||
retry delivery to recipients if it fails due to network error.
|
retry delivery to recipients if it fails due to network error.
|
||||||
|
Servers SHOULD also take care not to overload servers with
|
||||||
|
submissions, for example by using an exponential backoff strategy.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="note" title="Relationship to Linked Data Notifications">
|
<p class="note" title="Relationship to Linked Data Notifications">
|
||||||
|
|
Loading…
Reference in New Issue