This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
878f5401d7
budibase
/
packages
/
server
/
pm2.config.js
10 lines
130 B
JavaScript
Raw
Normal View
History
Unescape
Escape
enable clustering on server and worker services, better log output on user not found errors
2022-05-23 17:24:29 +02:00
module
.
exports
=
{
apps
:
[
{
script
:
"dist/index.js"
,
updating pm2 config files to be named correctly so commands are picked up
2022-05-23 20:13:02 +02:00
instances
:
"4"
,
enable clustering on server and worker services, better log output on user not found errors
2022-05-23 17:24:29 +02:00
exec
_mode
:
"cluster"
,
}
,
]
,
}