fix: Subscription workers restart strategy, sandbox ownership race condition
Some checks failed
CI / Test (OTP 27.2 / Elixir 1.18.2) (push) Failing after 0s
CI / Test (OTP 28.4 / Elixir 1.19.4 + Marmot E2E) (push) Failing after 0s

This commit is contained in:
2026-03-17 18:49:50 +01:00
parent e13c08fd5a
commit 65b47ec191
3 changed files with 31 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
defmodule Parrhesia.API.Stream.Subscription do
@moduledoc false
use GenServer
use GenServer, restart: :temporary
alias Parrhesia.Protocol.Filter
alias Parrhesia.Subscriptions.Index