salt.thorium.timer

Allow for flow based timers. These timers allow for a sleep to exist across multiple runs of the flow

salt.thorium.timer.hold(name, seconds)

Wait for a given period of time, then fire a result of True, requiring this state allows for an action to be blocked for evaluation based on time

USAGE:

hold_on_a_moment:
  timer.hold:
    - seconds: 30

© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/thorium/all/salt.thorium.timer.html