temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
250 stars 68 forks source link

Ensure namespace exists on worker startup #750

Closed Sushisource closed 1 month ago

Sushisource commented 1 month ago

What was changed

Added a new worker validation function that lang SDKs should call before starting polling

Why?

Eager validation that namespace exists, future room for other validations

Checklist

  1. Closes https://github.com/temporalio/sdk-core/issues/738

  2. How was this tested: Integ test

  3. Any docs updates needed?