Skip to content

Commit 4099d64

Browse files
committed
chore: clean up packages temporal namespace env comment
Signed-off-by: anilb <epipav@gmail.com>
1 parent 6c329ea commit 4099d64

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

backend/.env.dist.composed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CROWD_OPENSEARCH_NODE=http://open-search:9200
2626
# Temporal
2727
CROWD_TEMPORAL_SERVER_URL=temporal:7233
2828

29-
# Temporal — packages namespace (separate cluster/namespace from the main one)
29+
# Temporal — packages namespace
3030
CROWD_PACKAGES_TEMPORAL_NAMESPACE=
3131

3232
# Seach sync api

backend/.env.dist.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ CROWD_TEMPORAL_NAMESPACE=default
150150
CROWD_TEMPORAL_ENCRYPTION_KEY_ID=local
151151
CROWD_TEMPORAL_ENCRYPTION_KEY=FweBMRnGCLshER8FlSvNusQA6G3MRUKt
152152

153-
# Temporal — packages namespace (separate cluster/namespace from the main one)
153+
# Temporal — packages namespace
154154
CROWD_PACKAGES_TEMPORAL_NAMESPACE=default
155155

156156
# Seach sync api

docs/adr/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Use the `/adr` skill in Claude Code to record new ADRs or query past decisions.
1010
| --- | ----- | ------ | ---- |
1111
| [ADR-0001](./0001-packages-database.md) | Separate physical database for the packages domain | accepted | 2026-05-26 |
1212
| [ADR-0002](./0002-packages-worker-architecture.md) | Single-service, multi-entry-point architecture for packages_worker | accepted | 2026-05-25 |
13-
| [ADR-0003](./0003-packages-worker-temporal-parent.md) | Temporal ServiceWorker as the host for packages_worker scheduled workflows | accepted | 2026-05-26 |
1413

1514
## Why ADRs?
1615

0 commit comments

Comments
 (0)