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): add RUN_REPLICATION_RUN_OPS_DATABASE_URL for the runs-replication source
The run-ops runs-replication source now takes its connection URL from RUN_REPLICATION_RUN_OPS_DATABASE_URL, falling back to RUN_OPS_DATABASE_URL when unset.
The runs replicator speaks the Postgres streaming replication protocol, which cannot run through a transaction pooler. A dedicated URL lets the replication connection use a direct endpoint even when RUN_OPS_DATABASE_URL points at a pooler. Unset preserves existing behaviour (self-host, where RUN_OPS_DATABASE_URL is a direct connection).
0 commit comments