diff options
author | Rob Austein <sra@hactrn.net> | 2016-02-19 19:27:48 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-02-19 19:27:48 +0000 |
commit | f8187b414e0b6777b97d99ecf94a101eeb960e70 (patch) | |
tree | 11b4688c0dc4bfb40fdfc021727355a1ec6b95fd /rpki/rpkid.py | |
parent | f25d3cc4f67fba3b7130357dbd03c4b617dc705f (diff) |
Task system tweaks, see if this fixes hangs on postponed tasks.
svn path=/branches/tk705/; revision=6273
Diffstat (limited to 'rpki/rpkid.py')
-rw-r--r-- | rpki/rpkid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/rpkid.py b/rpki/rpkid.py index fbbb1cfc..a82195b3 100644 --- a/rpki/rpkid.py +++ b/rpki/rpkid.py @@ -291,7 +291,7 @@ class main(object): def cronjob_handler(self, handler): """ External trigger to schedule periodic tasks. Obsolete for - produciton use, but portions of the test framework still use this. + production use, but portions of the test framework still use this. """ if self.use_internal_cron: |