summaryrefslogtreecommitdiffstats
path: root/stator
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-24 17:11:04 -0700
committerAndrew Godwin2022-11-24 17:11:04 -0700
commit786d6190f856fddb32157764717f871c6f8cb3fa (patch)
tree3e7569aba3c09fb58837158755679b0ee04d02b8 /stator
parent3a608c2012b610a8f9b7e5179dcb93ab2e767251 (diff)
downloadtakahe-786d6190f856fddb32157764717f871c6f8cb3fa.tar.gz
takahe-786d6190f856fddb32157764717f871c6f8cb3fa.tar.bz2
takahe-786d6190f856fddb32157764717f871c6f8cb3fa.zip
Delete mechanics and refactor of post fanout
Diffstat (limited to 'stator')
-rw-r--r--stator/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stator/runner.py b/stator/runner.py
index a954a2e..cb97f6e 100644
--- a/stator/runner.py
+++ b/stator/runner.py
@@ -15,7 +15,7 @@ from stator.models import StatorModel
class StatorRunner:
"""
Runs tasks on models that are looking for state changes.
- Designed to run for a determinate amount of time, and then exit.
+ Designed to run either indefinitely, or just for a few seconds.
"""
def __init__(