-
部署在render上之后隔一段时间就会报错:This service is not ready to serve traffic. If you are the site owner, please check that your service is passing health checks. 重新清空部署缓存再次部署还是不能解决 |
Beta Was this translation helpful? Give feedback.
Answered by
John-Wong
May 17, 2023
Replies: 1 comment 1 reply
-
似乎是由于网站不活跃导致Render在约15分钟后自动关闭server,在使用uptime kuma等监控程序定时(如10分钟)发送请求保活后问题可得到解决。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Dreamkaka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
似乎是由于网站不活跃导致Render在约15分钟后自动关闭server,在使用uptime kuma等监控程序定时(如10分钟)发送请求保活后问题可得到解决。