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
I need to source my bashrc before running the app.js.
I tried this script in the ecosystem: script: 'bash -c "source $HOME/.bashrc && node app.js"',
This works fine in 'fork' mode, but keeps restarting in 'cluster' mode.
Is that expected. Any suggested workarounds?
The text was updated successfully, but these errors were encountered:
What's going wrong?
I need to source my bashrc before running the app.js.
I tried this script in the ecosystem:
script: 'bash -c "source $HOME/.bashrc && node app.js"',
This works fine in 'fork' mode, but keeps restarting in 'cluster' mode.
Is that expected. Any suggested workarounds?
The text was updated successfully, but these errors were encountered: