temporalio / temporalio/temporal
Reduce default value for frontend.visibilityArchivalQueryMaxPageSize
Nobody has claimed this yet.
- 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
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
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