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
This feature derives from #242 . The idea is to forward SIGTERM to the jobstep executor before triggering scancel and allow the jobstep executor to forward that signal for the instrumented application to catch. The signal must be "translated" to a different signal upon request.
The jobstep executor will utilize the same fowarding mechanism as implemented in #242.