From 478a7e5add6e5e022ee6795225d2d96d66def121 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 21 Jan 2024 18:14:25 +1100 Subject: [PATCH] added 2 new bugs - 123 -> pa_job_mgr crashed with a timeout, 124 -> pa_job_mgr logs have no timestamp --- BUGs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index 021044b..a6e0fe5 100644 --- a/BUGs +++ b/BUGs @@ -1,4 +1,4 @@ -### Next: 123 +### Next: 125 BUG-100: I managed to get 2 photos matching mich in the NOT_WORKING photo (probably dif refimgs but same p.tag?) = /photos/2012/20120414-damien/IMG_8467.JPG BUG-106: cant add trudy /pat? as refimgs via FaceDBox @@ -27,3 +27,7 @@ Traceback (most recent call last): File "/code/states.py", line 92, in __init__ self.url = pref.orig_url AttributeError: 'NoneType' object has no attribute 'orig_url' + +BUG-123: pa_job_manager crashed with timeout on connection (probably when I turned off traefik for a bit?). Regardless, should be more fault tolerant --> maybe offer to restart pa_job_manager IF its crashed? + +BUG-124: pa_job_manager output has no timestamp in logs