diff --git a/lib/flame/terminator.ex b/lib/flame/terminator.ex index 41c0184..47bd2d0 100644 --- a/lib/flame/terminator.ex +++ b/lib/flame/terminator.ex @@ -265,6 +265,7 @@ defmodule FLAME.Terminator do |> cancel_idle_shutdown() |> system_stop("terminating") + IO.inspect(state.calls, label: "[TERMINATE] calls") # supervisor will force kill us if we take longer than configured shutdown_timeout Enum.each(state.calls, fn # skip callers that placed a child since they are on the remote node