-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register existing signal handlers in simpervisor's atexit module #39
base: main
Are you sure you want to change the base?
Register existing signal handlers in simpervisor's atexit module #39
Commits on Jun 27, 2023
-
Take existing signal handlers into account
Ensure that we do not override the existing signal handlers registered in Python
Configuration menu - View commit details
-
Copy full SHA for 5999f60 - Browse repository at this point
Copy the full SHA 5999f60View commit details
Commits on Jun 28, 2023
-
Ensure existing handlers are not default ones
We check if the existing handlers for SIGINT and SIGTERM are different from default handlers. Only when they are custom handlers, we execute them in our custom handler
Configuration menu - View commit details
-
Copy full SHA for b52fd8d - Browse repository at this point
Copy the full SHA b52fd8dView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 7e17032 - Browse repository at this point
Copy the full SHA 7e17032View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b3dd30 - Browse repository at this point
Copy the full SHA 7b3dd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15304ee - Browse repository at this point
Copy the full SHA 15304eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c1be62 - Browse repository at this point
Copy the full SHA 0c1be62View commit details -
Pass args to previous registered signal handlers
I'm not confident this is right, but not confident on the passing None either. What is correct here?
Configuration menu - View commit details
-
Copy full SHA for 4d2e774 - Browse repository at this point
Copy the full SHA 4d2e774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3461767 - Browse repository at this point
Copy the full SHA 3461767View commit details
Commits on Jan 31, 2024
-
test: Add a unit test for non default handlers
* Test will check if registered non default handlers are called * Cast port number to int in simplehttpserver.py script Signed-off-by: Mahendra Paipuri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1265cd - Browse repository at this point
Copy the full SHA e1265cdView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 0788834 - Browse repository at this point
Copy the full SHA 0788834View commit details