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 6e79a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/flame/terminator.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule FLAME.Terminator.Caller do
efmodule FLAME.Terminator.Caller do

Check failure on line 1 in lib/flame/terminator.ex

View workflow job for this annotation

GitHub Actions / main (1.14.5, 25.3.2.7)

** (CompileError) lib/flame/terminator.ex:1: undefined function efmodule/2 (there is no such import)
defstruct from_pid: nil, timer: nil, placed_child_ref: nil, placed_caller_ref: nil
end

Expand Down 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 6e79a93

Please sign in to comment.