documentation icon indicating copy to clipboard operation
documentation copied to clipboard

move namespace param from Worker to Client - project-setup.mdx

Open bkcsfi opened this issue 11 months ago • 1 comments

Worker() does not accept namespace, it must be passed to Client.connect() instead.

Since namespaces are introduced later in this document, a better fix might be to simply eliminate the namespace parameter from this example, rather than moving it to Client.connect().

bkcsfi avatar Mar 07 '24 20:03 bkcsfi

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 07 '24 20:03 CLAassistant

@bkcsfi - Thank you! I picked up your change here: https://github.com/temporalio/documentation/pull/2751 There was an additional spot in the source code that needed the namespace as well and we have since re-orged the docs which would have made merging or rebasing main a bit of pain - so that's why I picked it up for you.

flossypurse avatar Apr 16 '24 17:04 flossypurse