temporalio / temporalio/features
[Feature Request] WorkflowService API to update activity rate limit on a task queue
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Currently the rate limit is set by the activity poller via TaskQueueMetadata:
If different workers have different limits configured, this value will flap server-side.
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 reading the TaskQueueMetadata definition in temporal/api/taskqueue/v1/message.proto and the related WorkflowService request and response in temporal/api/workflowservice/v1/request_response.proto. Define an API for updating a task queue's activity rate limit independently of activity pollers, with completion shown by the server no longer flapping when workers use different limits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100