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
..
playlist_manager playlist manager: serialize insert requests
Dockerfile Link images to github repo by adding a LABEL
setup.py Unpin gevent as that was a workaround for a py2 issue