Skip to content

Commit

Permalink
Monitor supervisor on tainted mode
Browse files Browse the repository at this point in the history
  • Loading branch information
studzien committed Oct 4, 2024
1 parent acacb31 commit b83fa9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/horde/dynamic_supervisor_impl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,9 @@ defmodule Horde.DynamicSupervisorImpl do
{name, %{status: :alive}} ->
[name]

{name, %{status: :tainted}} ->
[name]

_ ->
[]
end)
Expand Down

0 comments on commit b83fa9f

Please sign in to comment.