-
-
Notifications
You must be signed in to change notification settings - Fork 900
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
Gunicorn throws error upon handling SIGINT #7204
Comments
The issue seems to persist even in recent versions: benoitc/gunicorn#3013 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
There is now a draft PR for the aforementioned issue in the gunicorn repo: https://github.com/benoitc/gunicorn/pull/3127/files |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still waiting for PR to leave draft status... |
Describe the bug
When sending a SIGINT to the authentik server gunicorn throws an error.
To Reproduce
Steps to reproduce the behavior:
dumb-init -- /lifecycle/ak server
and wait for the startup to finish successfullyExpected behavior
The process should exit without throwing an error.
Logs
Version and Deployment (please complete the following information):
Additional context
This might be related to benoitc/gunicorn#1877 however this issue should have already been fixed in the version that authentik is currently using.
The text was updated successfully, but these errors were encountered: