You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
moirai should have a way to check whether the atropos job launched via
multiprocessing.Process
exited 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 knowThe text was updated successfully, but these errors were encountered: