Make mepo status serial by default #346
mathomp4
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release changes
mepo statusto be a serial command by default rather than using multiprocessing. It was found at NAS thatmepo statuswas acting fork-bomb-like spawning many, many processes. This isn't really needed anyway forstatusin almost any situation.If users want the old behavior, they can add the
--paralleloption.From
CHANGELOG.mdChanged
mepo statusandmepo restore-stateto default to their serial variants rather than parallel by default. At the same time, we remove the--serialoption from these commands and add a--paralleloption if users want to run them in parallel.What's Changed
Full Changelog: v2.2.1...v2.3.0
This discussion was created from the release Make mepo status serial by default.
Beta Was this translation helpful? Give feedback.
All reactions