Skip to content

Fix process alive check with nodedown

When a is_process_alive(Pid) is performed through a rpc:call it might fail if the node where the target Pid is run is down (returns: {badrpc, nodedown}. Wrap this functionality to return false in this case.

Edited by kenkeiras

Merge request reports