Alexander Starikov

Results 3 issues of Alexander Starikov

Currently [Context.requeue](https://github.com/taskiq-python/taskiq/blob/7c92e16d1c420d10888281ab266da2c2b7f4eaec/taskiq/context.py#L20) sends the message directly to the broker and doesn't trigger any middlewares. Is this an intended behaviour? If not, I'd like to make a PR that uses `AsyncKicker`...

I want to propose a possible general API for task cancellation. I don't have much experience with distributed tasks so my goal is to spark conversation and if the concept...

This patch changes the middleware to store the container in `TaskiqState` and `_get_container` to retrieve from `TaskiqState`. [Context.requeue](https://github.com/taskiq-python/taskiq/blob/5fd94be54a7d65d84e551f5ad7902427ff6f79b8/taskiq/context.py#L20) requeues task's message to the task queue and raises `NoResultError`. The message...

bug
integrations