Files
showbridge-docs/src/content/docs/processors/time/sleep.md
T

440 B

title, sidebar
title sidebar
Sleep
label order
Sleep 1

The time.sleep processor will sleep for the specified duration in milliseconds before passing the message to the next processor.

  • type: time.sleep
  • params:
    • duration: the duration to sleep in milliseconds

Example

This would sleep for 5 seconds before passing the message to the next processor.

- type: time.sleep
  params:
    duration: 5000