-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Unlike 2U's deployed environments, devstack uses Django's runserver command instead of gunicorn.
A/C:
- If feasible, switch devstack to use gunicorn
- If not, add docs on how to use gunicorn when desired, and why it's not the default
Notes:
- edx-platform's
lms/docker_lms_gunicorn.pyhas a hardcodedworkers = 17which may not be appropriate for devstack. We may just be able to change it, depending on what actually uses this file these days. - Can we still get autoreloading with gunicorn?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done