From 6d78636bbe5968028f5553b609f32c8ad4a633c5 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 2 Mar 2023 13:36:16 +0100 Subject: [PATCH] Clarify the default behaviour for async actions See #369 --- index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d34dabf..4efbaa1 100644 --- a/index.html +++ b/index.html @@ -1671,7 +1671,19 @@
Asynchronous Action Response
"timeRequested": "2021-11-10T11:43:19.135Z" } - +
+

+ 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. +

+
+
+

+ A Web Thing MUST return a 503 error response if the invocation cannot be enqueued, + e.g. the internal pending queue is full. +

+
+
queryaction