heartbeat every 15 mins
This commit is contained in:
@@ -409,7 +409,7 @@ if __name__ == '__main__':
|
|||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
# heartbeat
|
# heartbeat
|
||||||
schedule.every(1).minutes.do(heartbeat)
|
schedule.every(15).minutes.do(heartbeat)
|
||||||
|
|
||||||
while running:
|
while running:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user