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

Add gRPC method to register actor timers #2388

Closed
yaron2 opened this issue Nov 4, 2020 · 1 comment · Fixed by #2389
Closed

Add gRPC method to register actor timers #2388

yaron2 opened this issue Nov 4, 2020 · 1 comment · Fixed by #2389
Assignees
Labels

Comments

@yaron2
Copy link
Member

yaron2 commented Nov 4, 2020

Adding a gRPC method to register actor timers will achieve the following:

  1. Improve throughput when creating lots of timers, especially in cases where actors create a timer on activation.
  2. Provide API consistency between HTTP and gRPC.

Release Note

RELEASE NOTE: Added gRPC method to register actor timer

@yaron2 yaron2 added the P1 label Nov 4, 2020
@yaron2 yaron2 self-assigned this Nov 4, 2020
@yaron2 yaron2 added this to To do in 1.0.0 Milestone 1 via automation Nov 4, 2020
@yaron2 yaron2 moved this from To do to In progress in 1.0.0 Milestone 1 Nov 4, 2020
1.0.0 Milestone 1 automation moved this from In progress to Review Nov 4, 2020
@mukundansundar
Copy link
Contributor

@yaron2 Add release note

@artursouza artursouza moved this from Review to Done in 1.0.0 Milestone 1 Nov 6, 2020
@artursouza artursouza moved this from Done to Release in 1.0.0 Milestone 1 Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
1.0.0 Milestone 1
  
Release
Development

Successfully merging a pull request may close this issue.

2 participants