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
demandé il y a 4 ans249 vues
1 réponse
0

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

Netanel
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions