temporalio / temporalio/temporal

Reduce default value for frontend.visibilityArchivalQueryMaxPageSize

Open Beginner friendly
#9,258 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
23.2k
Forks
1.9k
Avg merge
2d 8h
Merged PRs (30d)
228

Description

Currently default value of dynamic config
frontend.visibilityArchivalQueryMaxPageSize
is 10000
This often is too large and leads to timeouts, in ui when listing archived and also cli
Users almost always reduce this to 1K which is same as default page size for vis operations.

Ask is to reduce visibilityArchivalQueryMaxPageSize to 1K

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the repository for the dynamic config definition of frontend.visibilityArchivalQueryMaxPageSize and inspect how its default is declared. Change the default from 10000 to 1000, then verify the affected configuration or visibility query tests if the repository provides them.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
distributed-systems
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.