Replace gunicorn with uwsgi, use persistent db connections #90
No reviewers
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#90
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "asgi-to-wsgi"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The main goal is to configure persistent db connections, this solves two problems:
It appears that django doesn't support persistent db connections with asgi yet:
https://github.com/django/django/pull/17914#issuecomment-1986390557
https://github.com/django/django/pull/16881
otherwise we could potentially switch to using a connection pool and continue using asgi.
This change also makes it more consistent with the rest of our web infra, which is using the same uwsgi deployment model.
Deployment: