2015-09-16 110 views
1

我只有在調度程序中使用了節點應用程序。但是Heroku的不斷試圖調用NPM在開始在heroku上部署非web節點應用程序

State changed from starting to crashed 
Process exited with status 1 
State changed from crashed to starting 
Starting process with command `npm start` 

即使在Procfile虛擬工人:

worker: echo 1 

總有一個網絡過程中添加的部署:

Default types for Node.js -> web 

任何關於如何擺脫heroku不斷嘗試npm開始的想法?

回答

2

不是一個真正的直接的解決方案,但你可以很容易地縮小你的web程序爲0

heroku ps:scale web=0