Pavel Kirilin

Results 318 comments of Pavel Kirilin

In order to support both projects I've created a separate repo. https://github.com/taskiq-python/taskiq-valkey I'll release it soon.

You can create `.env` file, but it's better to set these variables in your actual env. For example. ```.env RUSTUS_SERVER_HOST="0.0.0.0" RUSTUS_SERVER_PORT="1081" ``` Then apply these variables by running `source .env`...

HI! And thanks for you question. Rustus is supposed to be opened to the world. To make it more secure, you can use CORS. If you have no hooks configured,...

I'm really glad, you find this project useful. If it works for you, please consider closing the issue.

Or maybe before closing it would be nice to add examples section in docs.

Good set of cases. I will try to implement suggested examples and will put them in folder inside this repo.

Hello! Here's a small example of how you can declare kafka containers without exposing their ports from internal network. https://gist.github.com/s3rius/d33ba2bf6a576e1272cc21ebedc8f1b5 They configure 3 listeners such as: * `PLAINTEXT` on port...

This event was used by previous versions of taskiq, where we were setting this even after broker startup. Although, since they were removed, I guess it's safe to remove events...

Actually, you can set acknowledge type to `--ack-type when_received`. Which is totally correct and it won't resend your tasks during execution.

Amazing project. Everything works nicely, except for this issue. I switched to `blink.cmp` today and found this bug. Here's my vim version: ``` NVIM v0.12.0-dev-1779+g647f11e6ae Build type: RelWithDebInfo LuaJIT 2.1.1764593432...