Hi, I have a question about the Django app deployment.
when I request a page to a domain it started gunicorn every time I request to open a page, or after some time like 1 hour later it stoped and I have to wait to load for 2-3 min.
it takes a time to start and load the project.
can’t I run the project in real-time without stopping???
anything that I miss ??
start command of my project is : gunicorn projects.wsgi:application
Thank you.