Skip to content
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

Fix race condition with request handlers on shutdown #8271

Merged
merged 2 commits into from
Mar 30, 2024

Conversation

Dreamsorcerer
Copy link
Member

Fixes #8212.

@Dreamsorcerer Dreamsorcerer added backport-3.9 backport-3.10 Trigger automatic backporting to the 3.10 release branch by Patchback robot labels Mar 30, 2024
@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Mar 30, 2024
Copy link

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.56%. Comparing base (509fb26) to head (8995775).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8271   +/-   ##
=======================================
  Coverage   97.56%   97.56%           
=======================================
  Files         107      107           
  Lines       32986    32987    +1     
  Branches     3853     3853           
=======================================
+ Hits        32183    32184    +1     
  Misses        588      588           
  Partials      215      215           
Flag Coverage Δ
CI-GHA 97.48% <100.00%> (+<0.01%) ⬆️
OS-Linux 97.14% <100.00%> (+<0.01%) ⬆️
OS-Windows 95.71% <100.00%> (+<0.01%) ⬆️
OS-macOS 96.85% <100.00%> (+<0.01%) ⬆️
Py-3.10.11 95.56% <100.00%> (+<0.01%) ⬆️
Py-3.10.13 96.70% <100.00%> (+<0.01%) ⬆️
Py-3.10.14 96.92% <100.00%> (+<0.01%) ⬆️
Py-3.11.8 97.14% <100.00%> (+<0.01%) ⬆️
Py-3.12.2 97.26% <100.00%> (+<0.01%) ⬆️
Py-3.8.10 95.53% <100.00%> (+<0.01%) ⬆️
Py-3.8.18 96.89% <100.00%> (+<0.01%) ⬆️
Py-3.9.13 95.53% <100.00%> (+<0.01%) ⬆️
Py-3.9.18 96.66% <100.00%> (+<0.01%) ⬆️
Py-3.9.19 96.89% <100.00%> (+<0.01%) ⬆️
Py-pypy7.3.15 96.45% <100.00%> (+<0.01%) ⬆️
VM-macos 96.85% <100.00%> (+<0.01%) ⬆️
VM-ubuntu 97.14% <100.00%> (+<0.01%) ⬆️
VM-windows 95.71% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Dreamsorcerer Dreamsorcerer merged commit e0d9d3a into master Mar 30, 2024
36 of 37 checks passed
@Dreamsorcerer Dreamsorcerer deleted the Dreamsorcerer-patch-4 branch March 30, 2024 23:05
Copy link
Contributor

patchback bot commented Mar 30, 2024

Backport to 3.9: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.9/e0d9d3ab9417cea6d25a37a75d12d3a9c1755a8b/pr-8271

Backported as #8272

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

Copy link
Contributor

patchback bot commented Mar 30, 2024

Backport to 3.10: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.10/e0d9d3ab9417cea6d25a37a75d12d3a9c1755a8b/pr-8271

Backported as #8273

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Mar 30, 2024
Dreamsorcerer added a commit that referenced this pull request Mar 31, 2024
…dlers on shutdown (#8272)

**This is a backport of PR #8271 as merged into master
(e0d9d3a).**

Co-authored-by: Sam Bull <git@sambull.org>
Dreamsorcerer added a commit that referenced this pull request Mar 31, 2024
…ndlers on shutdown (#8273)

**This is a backport of PR #8271 as merged into master
(e0d9d3a).**

Co-authored-by: Sam Bull <git@sambull.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-3.10 Trigger automatic backporting to the 3.10 release branch by Patchback robot bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stability issues with gunicorn --max-requests
2 participants