You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webapp): give the realtime runs feed its own pub/sub Redis
Run the realtime runs feed's run-changed pub/sub on a dedicated
REALTIME_RUNS_PUBSUB_REDIS_* connection set (falling back to
PUBSUB_REDIS_* / REDIS_*), so its publish/subscribe traffic can be
isolated from the shared pub/sub Redis.
0 commit comments