Pavel Kirilin

Results 37 issues of Pavel Kirilin

Sometimes we fall into state, when taskiq worker hangs and doesn't react to signals like SIGTERM. We need to fix it, since it's really annoying. Maybe we should differently work...

This feature should be useful if the project have a lot of tasks that are lightweight and most of the time awaiting for something. Ref: #128 and comment: https://github.com/taskiq-python/taskiq/pull/128#issuecomment-1843754982

We need to provide more control over task execution. Currently we need to add Cancel error, to be able to implement scenario, described in #132.

Closes https://github.com/taskiq-python/taskiq-redis/issues/56

This issue comes from the discussion https://github.com/orgs/taskiq-python/discussions/233. Initial idea is to create a class that can reference arguments of the current function. ```python async def dependency(sleep_time: float) -> float: await...

Quorum queues are new type of queues in RabbitMQ which is now taking over old mirrord queues. We need to add support for them, because mirrored queues are scheduled for...

This feature can be used by complex retry algorithms and is very useful for some users.

This feature is useful for all folks who don't want to have unprocessed messages.