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
cff9c26ef2
budibase
/
packages
/
server
/
pm2.config.js
10 lines
127 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
:
[
{
Fix cluster
2023-05-19 16:26:49 +02:00
script
:
"index.js"
,
Update pm2.config.js
2022-05-23 20:16:11 +02:00
instances
:
"max"
,
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"
,
}
,
]
,
}