Files
reddit/upstart
Brian Simpson 7f3113f476 link votes: Use a queue to update links by domain queries
The queue can be sharded by domain to minimize lock contention
and the consumer will batch updates to the same links (e.g. several
votes for the same link) and to the same domain (e.g. votes for different
links to a single domain).
2016-10-26 11:59:54 -07:00
..