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
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
For now, one supervisor main thread runs one runner thread which runs several executor threads which each run one subprocess. It means that if runner thread dies, executor threads will also die and we will lost our subprocess management. Action proposed here is to think to a better task execution flow avoiding several threads to be monitored by one main thread and to promote use of subprocesses.
The text was updated successfully, but these errors were encountered:
For now, one supervisor main thread runs one runner thread which runs several executor threads which each run one subprocess. It means that if runner thread dies, executor threads will also die and we will lost our subprocess management. Action proposed here is to think to a better task execution flow avoiding several threads to be monitored by one main thread and to promote use of subprocesses.
The text was updated successfully, but these errors were encountered: