Understanding Heroku server status 143

后端 未结 4 1928
南旧
南旧 2020-12-08 06:29

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

Example:

Process exited with status 143
4条回答
  •  爱一瞬间的悲伤
    2020-12-08 07:03

    Restart the dyno, which causes the dyno to receive SIGTERM. use this command

    heroku restart worker.1
    

    and then

    heroku logs
    

提交回复
热议问题