salt.thorium.timer module

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

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 3002.6

Previous topic

salt.thorium.status module

Next topic

salt.thorium.wheel module