Python Processes not joining

后端 未结 1 1906
再見小時候
再見小時候 2021-02-15 18:07

I\'m unable to paste my code snippet, so I\'ll explain the scenario 1. I have a list of around 50000 stocks that need some valuation 2. These stocks are in a MultiProcess.Queue

1条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-15 18:22

    Problem resolved - took a cue from @dano's question. I was indeed writing to another queue, which was blocking the processes. I took it out and problem resolved.

    0 讨论(0)
提交回复
热议问题