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: