Merge pull request #26079 from cachedout/issue_26039

Update docs to remove state.over
This commit is contained in:
Nicole Thomas 2015-08-06 17:35:26 -06:00
commit dc9c9b5a34

View file

@ -184,13 +184,13 @@ configuration file:
.. code-block:: yaml
schedule:
overstate:
function: state.over
orchestrate:
function: state.orchestrate
seconds: 35
minutes: 30
hours: 3
The above configuration will execute the state.over runner every 3 hours,
The above configuration will execute the state.orchestrate runner every 3 hours,
30 minutes and 35 seconds, or every 12,635 seconds.
Scheduler With Returner