Django deployment on render

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.

Hi there - that sounds like you’re using our free plan which will put services to sleep if they are not used for 15 minutes, see https://render.com/docs/free for more details,

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.