Skip to content

Commit 59e1f87

Browse files
Update find_pending.py with latest changes
1 parent 94fafc4 commit 59e1f87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

list_pending_activities/find_pending.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
from temporalio.client import Client
2424
from temporalio.service import TLSConfig
2525

26-
DEFAULT_NAMESPACE = "deepika-test-namespace.a2dd6" # namespace - <ns>.<account-id>
27-
DEFAULT_API_HOST = "us-east-1.aws.api.temporal.io:7233" # regional endpoint for your namespace
28-
DEFAULT_MTLS_HOST = "deepika-test-namespace.a2dd6.tmprl.cloud:7233" # namespace endpoint for your namespace
29-
DEFAULT_CERTS_DIR = "/Users/deepikaawasthi/temporal/temporal-certs" # certs directory
26+
DEFAULT_NAMESPACE = "<ns>.<account-id>" # namespace - <ns>.<account-id>
27+
DEFAULT_API_HOST = "<region>.<cloud-provider>.api.temporal.io:7233" # regional endpoint for your namespace
28+
DEFAULT_MTLS_HOST = "<ns>.<account-id>.tmprl.cloud:7233" # namespace endpoint for your namespace
29+
DEFAULT_CERTS_DIR = "directory path containing client.pem and client.key, keep the name as it is" # certs directory
3030

3131

3232
def resolve_api_key() -> str | None:

0 commit comments

Comments
 (0)