Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpreter bun not working with multiple instances an cluster #5777

Open
danielsrod opened this issue Mar 1, 2024 · 1 comment
Open

Interpreter bun not working with multiple instances an cluster #5777

danielsrod opened this issue Mar 1, 2024 · 1 comment

Comments

@danielsrod
Copy link

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
@impin2rex
Copy link

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

See discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants