Skip to content

Commit 4a5bafa

Browse files
committed
Clean up commands
1 parent 771f2f6 commit 4a5bafa

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

commands.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
# --- Local testing (embedded dev server) ---
44

55
go run ./cmd run-scenario-with-worker --scenario workflow_with_single_activity --language go --iterations 5 --embedded-server --option payload-size=1024
6-
76
go run ./cmd run-scenario-with-worker --scenario standalone_activity --language go --iterations 5 --embedded-server --option payload-size=1024
87

98
# --- Cloud cell: s-saa-cogs ---
109

1110
# Cell support page: https://staging.thundergun.io/support/cells/s-saa-cogs
12-
# (s-saa* cells are staging/test cells on thundergun, not cloud.temporal.io)
1311
# K8s access: ct k9s --readonly --context s-saa-cogs
1412

1513
# List all k8s namespaces on the cell
@@ -55,7 +53,7 @@ go run ./cmd run-scenario-with-worker \
5553
--scenario workflow_with_single_activity \
5654
--language go \
5755
--run-id run-1 \
58-
--duration 1h --max-concurrent 500 --max-iterations-per-second 100 \
56+
--duration 1h --max-concurrent 500 --max-iterations-per-second 50 \
5957
--worker-max-concurrent-workflow-pollers 40 \
6058
--worker-max-concurrent-workflow-tasks 500 \
6159
--worker-max-concurrent-activity-pollers 40 \
@@ -82,13 +80,6 @@ go run ./cmd run-scenario-with-worker \
8280
--disable-tls-host-verification \
8381
--auth-header "Bearer $TEMPORAL_API_KEY"
8482

85-
# Grafana dashboards
86-
# Overview: https://grafana.tmprl-internal.cloud/d/e613c827-243e-4759-a5ca-3e334201c124/temporal-cloud-overview
87-
# By namespace: https://grafana.tmprl-internal.cloud/d/iyRCOBD4z/temporal-cloud-external-metrics-by-namespace
88-
# Frontend: https://grafana.tmprl-internal.cloud/d/SxRYJXZMz/frontend
89-
# Matching: https://grafana.tmprl-internal.cloud/d/wuh-8uZGk/matching
90-
# History: https://grafana.tmprl-internal.cloud/d/jh_LXEin2/history
91-
9283
ct ocld test dynamic-config namespace get -n saa-cogs-4.temporal-dev
9384

9485
# 88ms RTT

0 commit comments

Comments
 (0)