Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Mar 9, 2024
1 parent f5b7dc3 commit d3d4f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flame/terminator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3d4f8c

Please sign in to comment.