From 2687be39796ae664a51feab2c6d023318e48bad1 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 31 Dec 2022 14:29:36 +1100 Subject: [PATCH] also fixed BUG-111 (circular import issues which blocked git installation in Prod container) --- BUGs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUGs b/BUGs index a1d2340..17bc295 100644 --- a/BUGs +++ b/BUGs @@ -9,5 +9,3 @@ BUG-109: add mich force override, removed it, then re-added it, then rebuild DB - this is actually only? possible if we restart job_mgr before its processed the metadata job(s) -- as the initialisation processes the metadata on the file system, and then presumably the delete of the metadata will come as the next job to run... NEED TO CONSIDER => better to defend the duplicate on load, OR, process all meta jobs before processing meta on FS OR both??? - -BUG-111: can't install git to container, it changes the python version and then gunicorn dies... THINK I need to try a newer base Ubuntu and see if gunicorn will just die, also fix the deprecation warning around FLASK_ENV