Asynchronous push -- acknowledge the requests immediately, and queue
commitb7b349f6aa01d65ae7a3eedd5469c0164366e967
authorWilliam McBrine <wmcbrine@gmail.com>
Tue, 29 Mar 2011 01:08:41 +0000 (28 21:08 -0400)
committerlucas_nz <lucas_nz@hotmail.com>
Wed, 6 Apr 2011 10:37:30 +0000 (6 22:37 +1200)
tree2dc54113fcfe64014aac23e366fd3382584b6e8d
parentad301ef1bda6d95bbdf24e676a4de49df08f24a0
Asynchronous push -- acknowledge the requests immediately, and queue
them for later processing. Mainly this is to deal with the new MP4
remuxing, which can take a long time, but it also means that
communication with the mind server occurs in the background. Failures
there no longer cause an exception; the errors are logged instead.
Note that files are still handled one at a time in the order received,
so remuxing will hold up queueing of later files.
plugins/video/video.py