pm2 icon indicating copy to clipboard operation
pm2 copied to clipboard

Interpreter bun not working with multiple instances an cluster

Open danielsrod opened this issue 1 year ago • 1 comments

What's going wrong?

im trying to run a application, but i need multiple instances

How could we reproduce this issue?

start a typescript application with "interpreter": "bun", instances: 2+ and "exec_mode": "cluster"

if needed app.json { "apps": [ { "name": "app", "script": "./src/server.ts", "interpreter": "bun", "instances": 4, "exec_mode": "cluster" } ] }

Supporting information

# Run the following commands
$ pm2 report

danielsrod avatar Mar 01 '24 03:03 danielsrod

Cluster mode not working with "interpreter": "bun", since it is not implemented yet.

See discussion.

impin2rex avatar Apr 08 '24 20:04 impin2rex