-
Notifications
You must be signed in to change notification settings - Fork 455
fix(uWSGI): require --skip-atexit
for uWSGI<2.0.30, --lazy
or --lazy-apps
#14526
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
base: main
Are you sure you want to change the base?
Conversation
|
…race-py into taegyunkim/prof-12434-uwsgi
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 269 ± 2 ms. The average import time from base is: 272 ± 2 ms. The import time difference between this PR and base is: -2.58 ± 0.09 ms. Import time breakdownThe following import paths have shrunk:
|
Performance SLOsCandidate: taegyunkim/prof-12434-uwsgi (41ef9af) 🔵 No Baseline Data (24 suites)🔵 coreapiscenario - 12/12 (2 unstable)🔵 No baseline data available for this suite
|
With this change, a service won't start if they don't have
--skip-atexit
when either--lazy
or--lazy-apps
is set onuWSGI<2.0.30
This is a follow up to #13550
See details unbit/uwsgi#2726
Checklist
Reviewer Checklist