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

Devstack doesn't use gunicorn #92

Open
2 tasks
timmc-edx opened this issue Dec 9, 2024 · 0 comments
Open
2 tasks

Devstack doesn't use gunicorn #92

timmc-edx opened this issue Dec 9, 2024 · 0 comments

Comments

@timmc-edx
Copy link
Member

timmc-edx commented Dec 9, 2024

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.py has a hardcoded workers = 17 which 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?
@timmc-edx timmc-edx converted this from a draft issue Dec 9, 2024
@robrap robrap removed the status in Arch-BOM Dec 9, 2024
@jristau1984 jristau1984 moved this to Backlog in Arch-BOM Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant