bcgov / cas-reporting

This is for the Clean Growth Digital Services team for work related to reporting.
Apache License 2.0
0 stars 0 forks source link

Move away from Django dev WSGI server #89

Closed joshgamache closed 2 months ago

joshgamache commented 5 months ago

https://github.com/orgs/bcgov/projects/122/views/2?pane=issue&itemId=49835390

Dev Story: I want to replace the Django WSGI server with Gunicorn because it is not intended to be used in production and this will help me to enhance the performance, security, and scalability of our Django application in the production environment.

Acceptance criteria:

  1. Backend server runs on Gunicorn rather than Django-dev.

Consideration and notes

Tasks

joshgamache commented 5 months ago

Check https://github.com/bcgov/cas-registration/pull/689 for additional changes to make when taking care of this debt.

pbastia commented 2 months ago

Closing this! With the monorepo, the single backend already uses gunicorn. cc @patriciarussellCAS @joshgamache