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/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
..
__init__.py Create new playlist manager service 4 years ago
__main__.py Create new playlist manager service 4 years ago
main.py playlist manager: serialize insert requests 3 years ago