Understanding Heroku server status 143

本秂侑毒 提交于 2019-11-28 20:59:46

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...).

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

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