-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Event BUS #882
Labels
Comments
Never mind, I've hacked in. We should pub a |
Just forgot to pub, thanks for the feedback :) |
@jshkurti In progress? |
All events are now available via:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Unitech @jshkurti
I am writing a GUI for PM2 these days, in my case, I am listening on the PUB socket, and found that
PM2
publish nothing (event) toEVENT BUS
when a STOPPED process is being deleted - (God/ActionMethods.js#L179-L180), there is no knowing when the processes would be changed (programmatic way).Is it designed in that way or just forgot to pub?
The text was updated successfully, but these errors were encountered: