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
Describe the bug
When sending a SIGINT or SIGTERM to the clarinet process spawned when executing clarinet dev start does not trigger a graceful shutdown. Instead, it kills the process ungracefully
To Reproduce
Run clarinet dev start
Run ps -a | grep clarinet in another terminal session and grab the PID
Run kill -TERM <PID> or kill -INT <PID>
Expected behavior
The clarinet process should trigger a graceful shutdown whenever SIGINT or SIGTERM signals are received
Environment (please complete the following information):
OS (version): MacOS Ventura 13.2
Docker version: Orbstack latest version
Clarinet version: 2.2.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When sending a SIGINT or SIGTERM to the clarinet process spawned when executing
clarinet dev start
does not trigger a graceful shutdown. Instead, it kills the process ungracefullyTo Reproduce
clarinet dev start
ps -a | grep clarinet
in another terminal session and grab the PIDkill -TERM <PID>
orkill -INT <PID>
Expected behavior
The clarinet process should trigger a graceful shutdown whenever SIGINT or SIGTERM signals are received
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: