Skip to content

Conversation

@jzgom067
Copy link
Member

This PR introduces a process management config file to the repo.

It works to define process information for pm2 that will run on Node.js. It handles both backend and frontend processes.

gunicorn was also added to requirements.txt for easier server setup.

Copilot AI review requested due to automatic review settings January 11, 2026 04:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a PM2 ecosystem configuration file for managing multiple processes (frontend, backend API, and Celery workers) and adds gunicorn as a dependency for running the Django backend in production.

Changes:

  • Added ecosystem.config.js to configure PM2 process management for the frontend app, Django API server (via gunicorn), Celery worker, and Celery beat scheduler
  • Added gunicorn==23.0.0 to requirements.txt for production-grade WSGI server deployment

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 9 comments.

File Description
requirements.txt Added gunicorn dependency for serving the Django application in production
ecosystem.config.js New PM2 configuration defining four processes: frontend site, backend API, Celery worker, and Celery beat scheduler

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jzgom067 jzgom067 requested a review from mirmirmirr January 11, 2026 04:10
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.

2 participants