You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/playlist_manager
Mike Lang 63d8b1d504 playlist manager: serialize insert requests
We've seen cases where videos are not inserted even though the API call succeeded.
Our suspicion is that two concurrent insert calls for the same video are causing a race.

We try to avoid this by putting a lock around insert calls
3 years ago
..
playlist_manager playlist manager: serialize insert requests 3 years ago
Dockerfile Link images to github repo by adding a LABEL 3 years ago
setup.py Unpin gevent as that was a workaround for a py2 issue 3 years ago