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
Currently, the CancelBuild function incorrectly cancels all builds on workers that have multiple executors. This is occurring since the sigterm being sent triggers all executors to cancel work instead of only the one managing the specific build.
Value
Admins are able to successfully use workers with multiple executors without fear of users interrupting each other.