Skip to content

Commit

Permalink
fix: call ETS.setup/0 in main supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Dec 6, 2024
1 parent dcb344f commit 19bf145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/logflare/backends/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ defmodule Logflare.Backends.Supervisor do
def init(_) do
base = System.schedulers_online()

# startup broadway ets config storage table and own the process
Broadway.ConfigStorage.ETS.setup()

children = [
Backends.IngestEventQueue,
Backends.IngestEventQueue.BroadcastWorker,
Expand Down

0 comments on commit 19bf145

Please sign in to comment.