From ac895d6c902559d86c1a03278ff407d55813616b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 3 Sep 2019 09:58:13 +0100 Subject: [PATCH] Show queue length --- inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index ed48cb33b..6ae738a2e 100644 --- a/inbox.py +++ b/inbox.py @@ -1190,7 +1190,7 @@ def runInboxQueue(projectVersion: str, \ # heartbeat to monitor whether the inbox queue is running heartBeatCtr+=1 if heartBeatCtr>=10: - print('>>> Heartbeat '+datetime.now().strftime("%m/%d/%Y, %H:%M:%S")) + print('>>> Heartbeat Q:'+str(len(queue))+' '+datetime.now().strftime("%m/%d/%Y, %H:%M:%S")) heartBeatCtr=0 if len(queue)>0: