-
Notifications
You must be signed in to change notification settings - Fork 694
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
Why can not reach the harakiri signal handler? #2696
Comments
Use this demo: https://github.com/nzjs/experiments-harakiri/tree/nzjs/update-uwsgi And also no log when graceful shutdown. I'm running it on my Mac. What can I do? INFO 2024-12-19 02:01:12,576 middleware 35705 8449183552 signal handlers: <bound method HarakiriLoggerMiddleware.handle_signal of <class 'harakiri.middleware.HarakiriLoggerMiddleware'>> |
Maybe it depends on Python'version? |
My config:
the wsgi.py:
When the project start:
When I sleep on api:
But , I can not find the handler have already run. I can not find the print log.
Where did I miss?
The text was updated successfully, but these errors were encountered: