From 0bf316e2a207a8c64a336f45a371ab756bf86792 Mon Sep 17 00:00:00 2001 From: Eric Tuvesson Date: Thu, 19 Oct 2023 13:54:36 +0200 Subject: [PATCH] chore: Add note about Cloud Function timeout (#44) --- nodes/data/cloud-data/cloud-function/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nodes/data/cloud-data/cloud-function/README.md b/nodes/data/cloud-data/cloud-function/README.md index feb06b6..240cd0f 100644 --- a/nodes/data/cloud-data/cloud-function/README.md +++ b/nodes/data/cloud-data/cloud-function/README.md @@ -40,6 +40,15 @@ If a **Success** signal is sent the result parameters will be available as outpu <##head##> +:::note + +When using a Noodl-hosted Cloud Service, there is currently a timeout of 15 seconds. +When the time has passed without a response the request will be canceled and the Error will be `timeout`. + +This does not happen when running Cloud Functions locally where there is no timeout, same when running your own self-hosted Cloud Service. + +::: + ## Inputs | Data | Description |