more TODOs
This commit is contained in:
10
TODO
10
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
|
||||
|
||||
Reference in New Issue
Block a user