Sleep (timer)
Intro
You can use the sleep node to wait for a period of time (a specific number of ms
's) before it triggers the next node.
How this node works
This node is simple. you just set the duration input
with the number of ms
's you want to wait and It will just wait for it before running the next node.
Limitations
When waiting for more tha 10,000ms or so your API might return a timeout 504
response.