also fixed BUG-111 (circular import issues which blocked git installation in Prod container)

This commit is contained in:
2022-12-31 14:29:36 +11:00
parent 1afaa338a8
commit 2687be3979

2
BUGs
View File

@@ -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 - 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... 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??? 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