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
[OCTRL-683] Allow the OCClib-controlled tasks to exit on their own
Two problems are solved here:
- OccServer::EventStream thread would not exit when reaching down,
thus making OCClib-controlled tasks never shut their server down
- executor would send SIGTERM as soon as a task reported reaching
DONE, thus not allowing it to exit on its own.
0 commit comments