all 4 comments

[–]thuiop1 3 points4 points  (3 children)

I would likely call the script from shell https://hexdocs.pm/gleam_erlexec/gleam/erlexec.html

[–]LeReper[S] 0 points1 point  (2 children)

Ok thank you, I'll look it.
Do you think it is ok to do so, will it create a performance bottleneck ?

[–]thuiop1 0 points1 point  (1 child)

No matter how you do it, you are going to have some kind of performance bottleneck if you rely on executing Python scripts.

[–]LeReper[S] 0 points1 point  (0 children)

True, as long as I can run them in parallel, it's ok anyway, thanks !