Skip to content

v1: Make mepo status serial

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 06 Jan 18:06
3f63c0a

DOI

This is a release of mepo v1. It changes mepo status to be a serial command rather than using multiprocessing. It was found at NAS that mepo status was acting fork-bomb-like spawning many, many processes. This isn't really needed anyway for status so we make it serial based on code in mepo v2


From CHANGELOG.md

Changed

  • Made mepo status serial by default due to odd fork-bomb-like behavior on some systems

What's Changed

Full Changelog: v1.52.0...v1.53.0