deadlinemonitor -shutdown doesn't shutdown all instances

If you have multiple instances of the monitor running, deadlinemonitor -shutdown only kills the most recently created instance. I think I have a rough idea of why this is (the use of config files to store transient ports), but it would be great if it worked as expected.

Thanks

Hello,

This is a known limitation, as running multiple monitors isn’t the default behavior, and some features (like shutting down the monitors from the command line) simply aren’t fully fleshed out. We can add it to the wishlist, although there is no way we can say when or if we will be able to get to that. A workaround you could do for now is perhaps write a script that kills any remaining monitor instances after “deadlinemonitor –shutdown” shuts down one of them. I hope this helps.