-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement message queue of actor model #62
Labels
enhancement
New feature or request
Comments
It was expected to be done by 12/08, but there's no bandwidth for it. I'll try to propose a PR by 12/12 |
Keith-CY
added a commit
that referenced
this issue
Dec 12, 2022
This PR implements the message queue of actor model with redis stream Ref: #62
Keith-CY
added a commit
that referenced
this issue
Dec 12, 2022
This PR implements the mailbox of actor model with redis stream Ref: #62
PR: #74 |
Keith-CY
added a commit
that referenced
this issue
Dec 12, 2022
This PR implements the mailbox of actor model with redis stream Ref: #62
Keith-CY
added a commit
that referenced
this issue
Dec 12, 2022
This PR implements the mailbox of actor model with redis stream Ref: #62
Keith-CY
added a commit
that referenced
this issue
Dec 12, 2022
This PR implements the mailbox of actor model with redis stream Ref: #62
Keith-CY
added a commit
that referenced
this issue
Dec 12, 2022
This PR implements the mailbox of actor model with redis stream Ref: #62
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The message queue in #29 is roughly implemented with a
Map
for fast delivery so other modules won't be blocked.It's expected to be done with redis stream as designed in #17
The text was updated successfully, but these errors were encountered: