Key name | Description |
timedelay_secs | The maximum delay in seconds before the input block considers an event to be old. The default value is 1 second. See also
Input blocks and event timing. |
logging_throttle_secs | Logging throttling in seconds. Periodic log messages (for example, those reporting changes in the number of events being dropped by the input block) will not appear more frequently than defined by this constant. The default value is 1 second. See also
Input blocks and event timing. |
minimum_wait_time_secs | The minimum wait time in seconds. Some blocks can generate output automatically, based on the rate of change of the output. This sets a lower limit on the time between such outputs. See also
Common block inputs and parameters. |
default_timeout_secs | The default timeout in seconds for simple request responses. This is used, for example, in requests to Cumulocity IoT. The default value is 10 seconds. |
block_promise_timeout_secs | The timeout in seconds to wait for Promise values returned by block actions like $validate to be completed. A block returns a Promise value from an action when it performs an asynchronous operation. If a Promise value is not completed within the configured duration, then model deployment fails. The default value is 60 seconds. |