Enhance health check in checker.py by adding a print statement for the fixed message "test ok". This improves visibility of the health status during execution while maintaining the existing error handling structure.
This commit is contained in:
parent
4e50ee554b
commit
49c13d9e42
@ -183,6 +183,7 @@ if __name__ == "__main__":
|
||||
#result = check_logs(logger)
|
||||
#data = f"{result['proved_steps']}/{result['proof_speed']}/{result['errors']}" # proved/proof_speed/Errors
|
||||
grist_callback({ "Health": "test ok" })
|
||||
print("test ok")
|
||||
#print(result)
|
||||
break
|
||||
except Exception as e:
|
||||
|
Loading…
Reference in New Issue
Block a user