You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need help configuring and launching app.
I think everything is setup correctly but the app is not launching.
When i run "forever start main.js" The app doesn't launch and there are no error messages, so i don't know what to fix.
I get two warnings about minUptime and spinSleepTime not set, a quick google search reveals that these can be ignored, is that true or should they be set some high constant?
PS C:\Users\Username\tribeca\tribeca\service> forever start main.js
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
info: Forever processing file: main.js
PS C:\Users\Username\tribeca\tribeca\service>
The text was updated successfully, but these errors were encountered:
Hello,
Need help configuring and launching app.
I think everything is setup correctly but the app is not launching.
When i run "forever start main.js" The app doesn't launch and there are no error messages, so i don't know what to fix.
I get two warnings about minUptime and spinSleepTime not set, a quick google search reveals that these can be ignored, is that true or should they be set some high constant?
My tribeca.json is configured as follows;
PS C:\Users\Username\tribeca\tribeca\service> forever start main.js
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
info: Forever processing file: main.js
PS C:\Users\Username\tribeca\tribeca\service>
The text was updated successfully, but these errors were encountered: