want a daemon or cron job or other to hoover up items
Bug #556150 reported by
danh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Microfilm |
New
|
Wishlist
|
danh |
Bug Description
Right now, one of the steps in our microfilm processing is that a human
goes through and queues items for uploading.
It would be nice if this could be done by some background process
to free up the human for more important tasks.
The background process could run from a central server and
periodically look in specific directories on the microfilm machines
to find things to upload. Or, it could run on each microfilm machine
individually, and ask a server to pull them off. (So in the latter scheme,
the microfilm machine itself would be performing the function that the human
is doing now.)
Changed in microfilm: | |
assignee: | nobody → danh (danh-archive) |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Note: One thing we'll want to test is if we are able to upload successfully while the QuantumProcess program is open. Need to avoid the ssh deletion problems.