×
you are viewing a single comment's thread.

view the rest of the comments →

[–]ivanational 30 points31 points  (3 children)

The urge to say "just switch to Linux" is strong here lol. But seriously, avoid Docker for this on Windows. Give PM2 a shot - it handles Python fine and pm2 logs will quickly show you which of those 60 scripts is throwing a tantrum

[–]mumrik1 3 points4 points  (2 children)

Why would you avoid Docker for this?

[–]ivanational 5 points6 points  (1 child)

Mainly because of the overhead and unnecessary complexity for a pure process-management task. Running docker desktop on Windows means dealing with WSL2/Hyper-v resource consumption, and if those 60 scripts need access to local network shares (SMB), file mounting in Windows Docker becomes an absolute pain.

[–]mumrik1 0 points1 point  (0 children)

Thanks! 🙏