Skip to content

Switch to envconfig for recipes.#16

Open
robholland wants to merge 5 commits intomainfrom
rh-envconfig
Open

Switch to envconfig for recipes.#16
robholland wants to merge 5 commits intomainfrom
rh-envconfig

Conversation

@robholland
Copy link
Copy Markdown
Contributor

What was changed

Switched recipes to use envconfig.

Why?

This demonstrates the new envconfig feature and makes it easy for people to switch between local and cloud development.

Checklist

  1. Closes [Feature Request] Support deployment of recipes to both local dev and Temporal Cloud. #7

  2. How was this tested:
    Manually tested locally and then against cloud by following the updated README instructions.

Comment thread agents/openai_agents_sdk_python/README.md
export TEMPORAL_PROFILE=cloud
```

2. Configure the cloud profile using the Temporal CLI:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to add a very brief statement on how one can confirm that an envconfig profile is properly configured. Something like this, after the config commands:

To confirm that the profile is working properly, you may run:

  temporal workflow count

This relies on the TEMPORAL_PROFILE env variable already set before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Support deployment of recipes to both local dev and Temporal Cloud.

3 participants