Skip to content

Expose UI auto‑refresh intervals via config/env #3082

@nicu-dev

Description

@nicu-dev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions