Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add DisableEagerExecution to WorkerOptions #365

Closed
tsurdilo opened this issue Nov 7, 2024 · 0 comments · Fixed by #366
Closed

[Feature Request] Add DisableEagerExecution to WorkerOptions #365

tsurdilo opened this issue Nov 7, 2024 · 0 comments · Fixed by #366
Labels
enhancement New feature or request

Comments

@tsurdilo
Copy link

tsurdilo commented Nov 7, 2024

Looks like DisableEagerExecution config is missing from WorkerOptions. This allows users to disable eager activities dispatch to this worker.

This is really needed in order to be able to use MaxTaskQueueActivitiesPerSecond, as current service can apply rate limits only from matching task queue, but with eager activity dispatch activity tasks are dispatched from history service on PollActivityTask response directly.

@tsurdilo tsurdilo added the enhancement New feature or request label Nov 7, 2024
cretz added a commit to cretz/temporal-sdk-dotnet that referenced this issue Nov 12, 2024
cretz added a commit that referenced this issue Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant