openva/rs-video-processor

Prevent infinite looping

Opened this issue · 1 comments

If an attempt to retrieve a video fails, then it's requeued to try again later. The problem here is that this could result in infinite tries and requeues. Figure out a way to avoid this.

One solution is to count the number of messages in the queue and if it's less than the number of messages requeued in this session, then shut down.