SleepValve

Causes a PIPE to pause the flow of execution before executing the next valve or returning to the caller

Properties

Name Description Default value Mandatory Supports property expansion
ms Number of millis to pause 0 No No

Example Configuration

{
	"name":"SleepValve",
	"config":{
			"ms":"<pause_in_milis>"
		}
}

Requirements

 Log level must be set to at least DEBUG.