stopping for the night, so keeping track of where I am at
This commit is contained in:
17
TODO
17
TODO
@@ -1,20 +1,21 @@
|
|||||||
DDP:
|
DDP:
|
||||||
files.py -> entry.py?
|
files.py -> entry.py?
|
||||||
but basically I need to put the new classes into files.py, and when I
|
when I find a file, I really need to validate which dir it is in when
|
||||||
render, I use: Entry.query.all()
|
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
|
||||||
|
|
||||||
|
Should use a session per Thread, so maybe
|
||||||
|
sess=[]
|
||||||
|
sess[job.id]=Session()
|
||||||
|
etc
|
||||||
|
|
||||||
### DB
|
### DB
|
||||||
|
|
||||||
### BACKEND
|
### BACKEND
|
||||||
* need a "batch" processing system that uses ionice to minimise load on mara and is threaded and used DB to interact with gunicorn'd pa
|
* need a "batch" processing system that uses ionice to minimise load on mara and is threaded and used DB to interact with gunicorn'd pa
|
||||||
|
|
||||||
Might need a session per Thread, so maybe
|
|
||||||
sess=[]
|
|
||||||
sess[job.id]=Session()
|
|
||||||
etc
|
|
||||||
|
|
||||||
DONE: pa_jobs (threaded python add separate from photoassistant)
|
DONE: pa_jobs (threaded python add separate from photoassistant)
|
||||||
DONE: takes over files.py
|
DONE: takes over files.py
|
||||||
|
|||||||
Reference in New Issue
Block a user