Commit b49d43d
committed
Configure PM2 for single instance to prevent sync conflicts
- Change from cluster mode with max instances to single fork instance
- Add ENABLE_BACKGROUND_SYNC=false to prevent accidental sync in web processes
- Guarantee no competing processes ever exist1 parent 8c0f9c8 commit b49d43d
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments