sbsdev / mdr2

Production Management Tool for DAISY Talking Books
GNU Affero General Public License v3.0
0 stars 0 forks source link

Put repair on a queue #54

Closed egli closed 9 years ago

egli commented 9 years ago

Since the repair request takes so long (fetching the stuff from the archive, unpack and copy files) it might make sense to do it asynchronously by putting it on a queue

egli commented 9 years ago

From a user experience POV this isn't very nice. Now you don't know when the job is done. Instead we should make the repair faster. I believe that there is room for substantial improvements: The file copy takes orders of magnitude longer than an copy with curl for example.