temporalio / temporalio/temporal
Dynamic Task Queue rate limiting
Open
@dnr is already working on this.
Since Oct 21, 2022.
enhancement
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
We would like to dynamically rate limit a task queue in order to act as a circuit breaker. The task queue would be scaled back when a downstream service is strugling.
They aim would be Ability to be able to change the rate limit with changing having to restart the worker similar to https://github.com/temporalio/temporal/issues/3288
Further discussion at https://temporalio.slack.com/archives/CTRCR8RBP/p1665723548780049?thread_ts=1665722496.266549&cid=CTRCR8RBP
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.
Assessment
This issue has not been assessed yet.