Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs (typescript sdk): namespace config variable #278

Closed
grutt opened this issue Mar 21, 2024 · 1 comment
Closed

docs (typescript sdk): namespace config variable #278

grutt opened this issue Mar 21, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@grutt
Copy link
Contributor

grutt commented Mar 21, 2024

just published typescript 0.1.29 to add an optional namespace to the hatchet config:

const hatchet = Hatchet.init({
  namespace: 'dev',
});

or by setting the HATCHET_CLIENT_NAMESPACE env variable.

the docs at https://docs.hatchet.run/home/basics/environments should be updated to describe this option (for typescript for now)

it is still recommended to run a production tenant that is separate from dev/local. this should be clearly described in the docs.

@grutt grutt added documentation Improvements or additions to documentation good first issue Good for newcomers labels Mar 21, 2024
@aeswibon
Copy link
Contributor

Would like to work on this issue.

@grutt grutt closed this as completed May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants