【发布时间】:2019-02-06 13:17:48
【问题描述】:
我有一个在 Heroku 上运行的刮板。它已经运行了一段时间(+- 2 个月),它有几天表现出色并达到其 1,000 最大值,而在这几天它只是神奇地重新启动。
有谁知道这种重启的原因是什么?刮板没有显示任何错误,我唯一能找到的是Heroku 日志中的以下消息:
Feb 05 03:02:55 scraper heroku/web.1: Cycling
Feb 05 03:02:55 scraper heroku/web.1: State changed from up to starting
Feb 05 03:02:57 scraper heroku/web.1: Stopping all processes with SIGTERM
Feb 05 03:02:57 scraper heroku/web.1: Process exited with status 143
Feb 05 03:03:16 scraper heroku/web.1: Starting process with command `npm start`
【问题讨论】: