HarperFast / HarperFast/harper

process.setEnv(): broadcast env variable changes to all worker threads

Open
#714 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.