diff --git a/lib/oban/queue/supervisor.ex b/lib/oban/queue/supervisor.ex index 331d9ff1..e6e720bf 100644 --- a/lib/oban/queue/supervisor.ex +++ b/lib/oban/queue/supervisor.ex @@ -63,6 +63,6 @@ defmodule Oban.Queue.Supervisor do {Watchman, watch_opts} ] - Supervisor.init(children, strategy: :rest_for_one) + Supervisor.init(children, strategy: :one_for_all) end end