If we put the parallel score_matrix code in name == main, the code runs for an arbitrarily large matrix.
If parallel score_matrix is left as a class function, the code errors out for a large matrix (2350 x 130000)
redis.exceptions.ConnectionError: Error 104 while writing to socket. Connection reset by peer.