Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.46k stars 1.24k forks source link

Exitting from CTL with ^C #1539

Closed dawinaj closed 2 years ago

dawinaj commented 2 years ago

Hello, There is an issue with quitting the CTL by sending ^C. Usually it works fine, sometimes just needs a while. But on some occasions it hangs and only an additional ^C will make it die.

^CException ignored in: <module 'threading' from '/usr/lib/python3.10/threading.py'>
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1560, in _shutdown
    lock.acquire()
KeyboardInterrupt:
mnaberez commented 2 years ago

Duplicate of #236

dawinaj commented 2 years ago

It works fine as an exit of FG mode, it just hangs when exitting the entire CTL... Though I understand if the Ctrl+Z is your "solution" lol.

mnaberez commented 2 years ago

Though I understand if the Ctrl+Z is your "solution" lol.

The linked issue is still open.