circus-tent / circus

A Process & Socket Manager built with zmq
http://circus.readthedocs.org/
Other
1.55k stars 258 forks source link

Allowing plugins to see watcher add/remove events #1087

Closed mercma closed 6 years ago

mercma commented 6 years ago

I don't believe this is currently possible?

I created pull request #1086 to allow plugins to see watcher add/remove (circusctl add/rm) commands. I added the functionality to the Arbiter class, but not being that familiar with the code I am not sure it is the correct place.

k4nar commented 6 years ago

Fixed by https://github.com/circus-tent/circus/pull/1086, thanks!