temporalio / temporalio/sdk-rust
[Bug] Activity rate limits are not applied to eager activities
Open
Nobody has claimed this yet.
bug
- Dominant language
- Rust
- Stars
- 523
- Forks
- 161
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 67
Description
This was never implemented and left as a TODO in the code:
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
Start in core/src/worker/activities.rs at the TODO around line 645, then trace the existing activity rate-limit handling and how eager activities are dispatched. The work is done when eager activities are subject to the configured activity rate limits, with relevant tests added or updated if the surrounding code indicates where they belong.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100