From 0c70a0ca89c18593359afeea84f2d1484bd0884d Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 20 Jan 2021 00:05:02 +1100 Subject: [PATCH] more TODOs --- TODO | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 67108e9..4e4e1e2 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,18 @@ DDP: files.py -> entry.py? when I find a file, I really need to validate which dir it is in when - importing (rename subtest to SUBTEST) and the contents will end up in the - previous dir) - Also, should really set # files per sub dir -- think this will all need a - better import loop tracking of dir you are in + importing (rename subtest to SUBTEST) and the contents will end up in the previous dir) + Also, should really set # files per sub dir -- think this will all need a better import loop tracking of dir you are in + Also last_import_date set per dir (for now, in Dir, maybe one day, some + sort of new scan table could be used?) Should use a session per Thread, so maybe sess=[] sess[job.id]=Session() etc + Then when we finish 1 job, we need to force 'wake-up' / run any dependant jobs + ### DB ### BACKEND