Understanding Heroku server status 143

烈酒焚心 提交于 2019-11-27 11:50:37

问题


I'm wondering about Heroku server status and can't find any documentation about this topic.

Example:

Process exited with status 143

Can anyone explain this example? And where would I find resources for future reference?


回答1:


Exit code 143 means that your process was terminated by a SIGTERM. This is generally sent when you do any commands that require your dynos to restart (config:set, restart, scale down...).




回答2:


It is an idle state when it does not receive any request for a while. When it receives a request it will start again.




回答3:


Daily restarts is a regularly Heroku dynos lifecycle activity:

Heroku automatic dyno restarts



来源:https://stackoverflow.com/questions/15767685/understanding-heroku-server-status-143

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!