temporalio / temporalio/features
[Feature Request] Run a stress test to understand implications of eager activity dispatch
Open
@bergundy is already working on this.
Since Sep 27, 2022.
enhancement
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Should run on a remote cluster with production configuration to simulate real world conditions as much as possible.
Test should include scenario with and without eager dispatch for at least 1 core based SDK and one non-core based SDK.
Some possible scenarios:
- Workflow that runs X serial activities
- Workflow that runs X parallel activities
We should try tuning the maximum requested eager activities (internal SDK constant - set to 3) during this test.
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.
Assessment
This issue has not been assessed yet.