Update SANO dev server#786
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 64823fb2f9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ### Running | ||
|
|
||
| Start a Temporal server (version `1.7.2-standalone-nexus-operations`) with the standalone-Nexus dynamic configs enabled: | ||
| Start a Temporal server (version `1.7.3-standalone-nexus-operations`) with the standalone-Nexus dynamic configs enabled: |
There was a problem hiding this comment.
Use a released standalone Nexus CLI build
This points readers at 1.7.3-standalone-nexus-operations, but I checked the Temporal CLI release list and it contains v1.7.3 and v1.7.2-standalone-nexus-operations, not a v1.7.3-standalone-nexus-operations build (https://github.com/temporalio/cli/releases). Anyone following this README to install the requested dev server version for the standalone Nexus sample will not be able to fetch that build; keep the documented version on the released standalone tag or update it only after that pre-release exists.
Useful? React with 👍 / 👎.
What was changed
Update SANO dev server
Why?
New server supports linking and the UI
Checklist
Closes
How was this tested: