add comment to healthcheck.py about what it's for
This commit is contained in:
parent
8bf6db7fe5
commit
338936dd54
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
from src import ModuleManager, utils
|
||||
|
||||
# this module was created for use with https://healthchecks.io/
|
||||
# but it can be used for any similar URL-pinging service.
|
||||
|
||||
class Module(ModuleManager.BaseModule):
|
||||
@utils.hook("cron")
|
||||
@utils.kwarg("schedule", "*/10")
|
||||
|
|
Loading…
Reference in a new issue