Replies: 1 comment 1 reply
-
@t3r-cni Thank you for opening a discussion! (And sorry for the delay in responding 🙏 ) Currently, I don't have plans to using Redis stream since current implementation of using Redis list, sorted-sets, etc works quite well for our use case.
Current implementation of worker polls redis list for pending tasks. Ideally we'd like to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: I am very new to this library.
I am curious if there is any future plans to include streams into getting and receiving tasks from a queue.
It is possible it doesn't make sense with the current architecture. Am I correct in understanding that the way workers get and receive tasks is through a rest request? I wonder if there is a faster way to do this, like a stream.
Beta Was this translation helpful? Give feedback.
All reactions