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

@@ -6,6 +6,7 @@ defmodule Parrhesia.TestSupport.Runtime do
Parrhesia.Config,
Parrhesia.Repo,
Parrhesia.Subscriptions.Supervisor,
Parrhesia.API.Stream.Supervisor,
Parrhesia.Web.Endpoint
]