Process manager specific to Bun which could compliment the other infrastructure initiative #4095
jdgriffith
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently use pm2 as a node process manager and it works great for low level systems where I don't really need a complex orchestration system like k8s. pm2 is great for keeping track of metrics, event loop lag, and letting me quickly see things related to my processes, as well as the complex management features it offers. If bun had something like this and was supported by the core team, I think it would be quite useful.
As an additional feature, it could act as an agent and report back to a centralized authority. This could be very useful in early days where the core team is attempting to get debug information for memory leaks and other situations affecting the bun runtime. People could opt-in to send diagnostic information back to bun automatically. Something to ponder.
Beta Was this translation helpful? Give feedback.
All reactions