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
Support configurable Windows Job Object assignment
On Windows, processes are currently assigned to Job Objects
unconditionally. The drawback to this is that assignment can fail when
the parent is already in a Job Object that doesn't allow nesting, or
when the system otherwise cannot form a valid hierarchy.
Add `PlatformOptions.JobObjectAssignment`, describing how Job Object
assignment is handled. The default behavior of `.always` matches the
current behavior.
0 commit comments