Node app created by enclose module getting shuts down on idle in production mode

爱⌒轻易说出口 提交于 2019-12-11 00:51:39

问题


I am working with a node.js application whose .exe has been made using Enclose module, although it is working fine, only problem is that the application automatically shuts down after 10 minutes opening if left idle, no interaction with it.

  • Is it because of "Process working time" and "Network connections" are Limited in the free version?
  • Will the app run continuously without shutting down if i subscribe to the full version?
  • Will this issue be permanently fixed for the exe builds created with the paid version, or will the exe work fine only till my subscription ends?

What should I do to resolve this. OR if I have to choose any other module to launch node application for production then which module should I choose?

Can anyone who has used Enclose module of node js resolves this problem?

Thank you!

来源:https://stackoverflow.com/questions/41426213/node-app-created-by-enclose-module-getting-shuts-down-on-idle-in-production-mode

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