Skip to content

Commit d8b3ac1

Browse files
zachlattaclaude
andcommitted
Siege mirror: disable solid_queue_scheduled_executions, document port 13192
Code review caught solid_queue_scheduled_executions missing from the disabled queue-infra streams (the source has 11 solid_queue_* tables; only 10 were listed, so the public.* wildcard would mirror it). Also update the connection comment: the DB is now published by Coolify's own proxy on port 13192, reached via the worker's Tailscale IP because the proxy speaks unencrypted postgres — the 8543 hand-rolled sidecar is gone. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ff9b8bc commit d8b3ac1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

orpheus_engine/defs/sling/assets.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,10 +1780,10 @@ def _ensure_incremental_target_indexes(
17801780
# --- Siege Database Replication Configuration ---
17811781
# Siege (siege.hackclub.com) is a finished YSWS program (ran ~2025-08-31 to
17821782
# ~2026-04-07): Rails app, Slack-OAuth sign-in. The DB lives on Coolify worker
1783-
# "a" (project olive-at-siege, database id 5685); Coolify never published a
1784-
# host port for it, so the warehouse reaches it through an nginx stream proxy
1785-
# on 100.80.243.122:8543 (see /opt/siege-warehouse-proxy on that host — replace
1786-
# with Coolify's own "publicly available" proxy on the same port when possible).
1783+
# "a" (project olive-at-siege, database id 5685), published by Coolify's DB
1784+
# proxy on port 13192. The connection URL uses the worker's Tailscale IP
1785+
# (100.80.243.122) rather than a.selfhosted.hackclub.com because the proxy
1786+
# speaks unencrypted postgres (sslmode=disable is Tailscale-only here).
17871787
# The program is over, so this is effectively a one-time mirror; incremental
17881788
# keys keep the scheduled run cheap anyway.
17891789
siege_replication_config = {
@@ -1896,6 +1896,7 @@ def _ensure_incremental_target_indexes(
18961896
"public.solid_queue_ready_executions": {"disabled": True},
18971897
"public.solid_queue_recurring_executions": {"disabled": True},
18981898
"public.solid_queue_recurring_tasks": {"disabled": True},
1899+
"public.solid_queue_scheduled_executions": {"disabled": True},
18991900
"public.solid_queue_semaphores": {"disabled": True},
19001901
"public.pg_stat_statements": {"disabled": True},
19011902
"public.pg_stat_statements_info": {"disabled": True},

0 commit comments

Comments
 (0)