openva/rs-video-processor

Video processor runs unnecessarily

Closed this issue · 1 comments

Now that the Machine is determining what is "new" based on a database query, when a new video is found, it's queued in SQS and, if it hasn't been processed by the next time Machine checks the video sources, it'll be queued again. Repeat. And if for some reason the video cannot be saved to the database, then the process continues forever.

Fix this.

Duplicate of #56.