Skip to content

Commit 0de53a6

Browse files
committed
Switched to pgstac_items_change as standard channel.
1 parent e5e7302 commit 0de53a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eoapi_notifier/sources/pgstac.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ class PgSTACSourceConfig(BasePluginConfig):
346346
user: str = "postgres"
347347
password: str = ""
348348

349-
channel: str = "pgstac_items"
349+
channel: str = "pgstac_items_change"
350350
tables: list[str] | None = None
351351

352352
max_reconnect_attempts: int = -1 # -1 for infinite
@@ -398,7 +398,7 @@ def get_sample_config(cls) -> dict[str, Any]:
398398
"database": "pgstac",
399399
"user": "postgres",
400400
"password": "your-password",
401-
"channel": "pgstac_items",
401+
"channel": "pgstac_items_change",
402402
"max_reconnect_attempts": -1,
403403
"reconnect_delay": 5.0,
404404
"enable_correlation": True,

helm-chart/eoapi-notifier/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ config:
5858
port: "port"
5959
database: "dbname"
6060
# Optional pgSTAC settings:
61-
# channel: "pgstac_items_change" # Default: "pgstac_items"
61+
# channel: "pgstac_items_change"
6262
# tables: ["items", "collections"]
6363
# min_connections: 1
6464
# max_connections: 10

0 commit comments

Comments
 (0)