Tag: mongoose heroku toolbelt

在MongoDB更新到3.0之后,Heroku应用程序崩溃

MongoDB刚刚强制我的Heroku服务器上的更新从2.6到3.0 现在我的应用程序在启动后不久崩溃了: 2015-10-01T10:22:27.405579+00:00 heroku[web.1]: State changed from crashed to starting 2015-10-01T10:22:42.457971+00:00 heroku[web.1]: Starting process with command `node server` 2015-10-01T10:22:46.278159+00:00 app[web.1]: memory, and will not scale past a single process. 2015-10-01T10:22:46.278136+00:00 app[web.1]: Warning: connect.session() MemoryStore is not 2015-10-01T10:22:46.278157+00:00 app[web.1]: designed for a production environment, as it will leak 2015-10-01T10:22:47.151118+00:00 app[web.1]: production server running at http://localhost:33827 2015-10-01T10:22:47.463775+00:00 […]