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
As a dev,
running albacore interactively in my terminal,
I may press CTRL+C to send SIGINT to ruby;
Albacore should trap that signal,
And pass it along to currently running processes.
Manifestation
Process.wait2 is cancelled/throws. Trap is handled and thread/process terminated.
Current behaviour
Terminates the other process. SIGTERM (-9)
The text was updated successfully, but these errors were encountered:
As a dev,
running albacore interactively in my terminal,
I may press CTRL+C to send SIGINT to ruby;
Albacore should trap that signal,
And pass it along to currently running processes.
Manifestation
Process.wait2 is cancelled/throws. Trap is handled and thread/process terminated.
Current behaviour
Terminates the other process. SIGTERM (-9)
The text was updated successfully, but these errors were encountered: