Pavel Kirilin
Pavel Kirilin
It was an interesting question. I think that this usecase is pretty common in building distributed queues. And, luckily, I found an interesting solution. Here's gist that solves your problem....
And of course, you can change it as you'd like to fulfill your needs and publish as a taksiq library. I really love and enjoy seeing how taskiq community grows...
Hi, @gegnew and thanks for your interest in the project. You're right. We don't handle uniqueness of ids. Ids meant to be unique only during task execution to not save...
Okay, I will take a look at it a bit later. Will try to come up with the fix or a new way of calling middlewares.
Yes. Thanks for your interest in the project. This is a great idea. We will try to implement when possible.
Totally agree on that one. That's weird that receiver fails after non-string label. Also we have this PR waiting to be merged that might solve your issue as well. https://github.com/taskiq-python/taskiq/pull/243
Sure. Let me check it.
Guess it doesn't work. I just created a redis broker and tried to modify a file several times. I don't know why is it happening, because everything seems to be...
I totally agree that for some systems that might be the case. And here's what I think. We have middlewares and `post_send` events on each scheduler. You can create a...
I totally agree with your statements. It was just a draft implementation. Please feel free to add this thing in taskiq-redis project. I will review your PR.