diff options
author | Andrew Godwin | 2022-11-24 17:11:04 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-24 17:11:04 -0700 |
commit | 786d6190f856fddb32157764717f871c6f8cb3fa (patch) | |
tree | 3e7569aba3c09fb58837158755679b0ee04d02b8 /stator | |
parent | 3a608c2012b610a8f9b7e5179dcb93ab2e767251 (diff) | |
download | takahe-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.py | 2 |
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__( |