HarperFast / HarperFast/harper
process.setEnv(): broadcast env variable changes to all worker threads
Open
area:components
enhancement
from-jira
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 10
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 205
Description
## Request
`process.env.X = value` only affects the current thread. Add a `process.setEnv(name, value)` API that propagates the change to all worker threads via ITC, so env vars can be updated at runtime globally.
Related: CORE-2695 (hdb_env system table for remote/persistent env var management).
🤖 Filed by Claude on behalf of Kris.
Contributor guide
Assessment
This issue has not been assessed yet.