lbryio / lbry.go

MIT License
29 stars 20 forks source link

endless loop in ytsync when a queue is empty #20

Closed nikooo777 closed 6 years ago

nikooo777 commented 6 years ago

Possibly related to #19

When the sync tool pulls an empty queue or finishes its jobs it cycles endlessly spamming slack and the API.

A timeout and a check on the jobs should be added to prevent this.