Process hangs when running on batch

0

Hey,
I'm running my code on aws batch and after finishing code similar to below, it hangs.

 with Pool(processes=6) as pool:
    pool.starmap(self.some_function,[[...] for ind,x in enumerate(list)])

When running it on my computer, there is no problem.
it seems that the configurations on my machine and on batch are the same.
Is there a known problem about running multiple processes on ecs?

Netanel
已提问 4 年前249 查看次数
1 回答
0

It was insufficient resources. starmap does not alert about that.

Netanel
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则