Pavel Kirilin

Results 228 comments of Pavel Kirilin
trafficstars

Initially I thought it was a problem of uvloop, but as I found out it wasn't related. Could not reproduce it locally either, so I cannot help on that issue....

You're completely right. If you want to become a contributor, you can create a PR that fixes it. I haven't experienced this problem yet, but I think it's a possible...

Hello and thanks for raising this issue. I was thinking about it for a while, but didn't implemented it. You can take a look at different brokers and how they...

@Kokoserver, also this project might become part of official ecosystem.

Okay, will do it this weekend.

@kyboi, yes. Mainly for progress.

@Sobes76rus, I guess the progress middleware can be implemented in subsequent request, so it's fine to not set statuses here.

Actually you're right, but I think it can be resolved by calculating next_minute right after sending all tasks. ```diff diff --git a/taskiq/cli/scheduler/run.py b/taskiq/cli/scheduler/run.py index 6a17a11..73f06f8 100644 --- a/taskiq/cli/scheduler/run.py +++ b/taskiq/cli/scheduler/run.py...

Generally I think that this feature should not be part of taskiq. Because in order to configure logging the way you want, you can use `--no-configure-logging` and configure logging any...

What version of taskiq are you on? And can you please give some information what is happening?