Skip to content

Commit

Permalink
Clarify the default behaviour for async actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Mar 2, 2023
1 parent 01775c4 commit 6d78636
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,19 @@ <h6 id="async-action-response">Asynchronous Action Response</h6>
"timeRequested": "2021-11-10T11:43:19.135Z"
}
</pre>
</section>
<div class="rfc2119-assertion" id="http-basic-profile-protocol-binding-invokeaction-22">
<p>
In resource constrained environments, if the buffer becomes full then a Web Thing SHOULD
remove the oldest Action result ActionStatus from its buffer to make room for a newer one.
</p>
</div>
<div class="rfc2119-assertion" id="http-basic-profile-protocol-binding-invokeaction-23">
<p>
A Web Thing MUST return a <code>503</code> error response if the invocation cannot be enqueued,
e.g. the internal pending queue is full.
</p>
</div>
</section>

<section id="http-basic-profile-protocol-binding-queryaction">
<h5><code>queryaction</code></h5>
Expand Down

0 comments on commit 6d78636

Please sign in to comment.