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

replace uWSGI with pyuwsgi #23020

Merged
merged 1 commit into from
Jan 28, 2025
Merged

replace uWSGI with pyuwsgi #23020

merged 1 commit into from
Jan 28, 2025

Conversation

KevinMind
Copy link
Contributor

@KevinMind KevinMind commented Jan 23, 2025

Fixes: mozilla/addons#15303

Description

Replace uWSGI with pyuwsgi that includes a prebuilt wheel.

Context

installing uWSGI is recently causing intermittent build failures in building the whell for that module.

Testing

make up should install and run the uwsgi as a drop in replacement.

Run make update_deps repeatedly in prod mode to reinstall the dependencies. It should never fail. on master it will ocassionally fail.

Checklist

  • Add #ISSUENUM at the top of your PR to an existing open issue in the mozilla/addons repository.
  • Successfully verified the change locally.
  • The change is covered by automated tests, or otherwise indicated why doing so is unnecessary/impossible.
  • Add before and after screenshots (Only for changes that impact the UI).
  • Add or update relevant docs reflecting the changes made.

@KevinMind KevinMind requested review from a team and eviljeff and removed request for a team January 23, 2025 19:05
@KevinMind KevinMind merged commit 6b73ee8 into master Jan 28, 2025
50 checks passed
@KevinMind KevinMind deleted the replace-uwsgi branch January 28, 2025 09:48
KevinMind added a commit that referenced this pull request Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Building wheel for UWSGI intermittently breaks
2 participants