moirai should have a way to check whether the atropos job launched via multiprocessing.Process exited cleanly. Right now it only calls proc.join(). This results in moirai (and simoorg overall) returning 0 always, regardless of whether the individual atropos instances ran successfully to completion. Happy to work on patch. Let me know
moirai should have a way to check whether the atropos job launched via
multiprocessing.Processexited cleanly. Right now it only callsproc.join(). This results in moirai (and simoorg overall) returning 0 always, regardless of whether the individual atropos instances ran successfully to completion. Happy to work on patch. Let me know