Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 4ed8748

Browse files
committed
adding docstring
1 parent 137e21b commit 4ed8748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aqueductcore/backend/services/task_executor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
extension_process = None # pylint: disable=invalid-name
4444

4545
def worker_signal_handler(signo, _):
46+
""" Handle SIGINT signal and propagate it to child and grandchild processes. """
4647
global extension_process # pylint: disable=global-statement,global-variable-not-assigned
4748
if extension_process is not None:
4849
psutil_child_process = psutil.Process(extension_process.pid)

0 commit comments

Comments
 (0)