Expose UI auto‑refresh intervals via config/env
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
Is your feature request related to a problem? Please describe.
We run temporalio/ui:2.44.0 via docker compose and want to increase UI auto refresh frequency (e.g. for workflows count) without rebuilding. The refresh intervals appear hardcoded in the UI bundle, and we could not find config or env options to change them in the image.
Describe the solution you'd like
Expose UI auto refresh intervals via config or environment variables so self hosted users can adjust the cadence without a custom build. Defaults can remain unchanged when unset.
Describe alternatives you've considered
Building a custom UI image or mounting custom UI assets. Both add build and maintenance overhead.
Additional context
Hardcoded timers include workflow run refresh, workflow counts refresh backoff, and batch operation polling.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the hardcoded UI timers for workflow run refresh, workflow-count refresh backoff, and batch-operation polling, then inspect how configuration and environment variables are handled in the self-hosted image. The work is complete when these intervals can be adjusted without rebuilding, while unset values preserve the current defaults.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100