geomat0101 / mediamgr

software for managing media libraries
0 stars 0 forks source link

event driven processing #3

Open geomat0101 opened 1 year ago

geomat0101 commented 1 year ago

Need to think about how to gate the start of the processing lifecycle.

Should probably design for multiple concurrent incoming file streams -- could likely process in parallel, but at some point will need queuing to fall back on if overloaded.

Need some sort of flag to indicate uploads are done and directory is ready for processing.

May want to consider forcing the client to chunk uploads by number of files or total content size or something so we can get started while content is still coming in.