Sergei Beliasnikov
Results
1
issues of
Sergei Beliasnikov
### Description `TimeoutException` is mentioned in [Getting Started > Timeouts](https://taskiq-python.github.io/guide/getting-started.html#timeouts), but it actually doesn't exist. Exceeded task timeout will raise `TimeoutError`, because this is what `asyncio.wait.for()` does. Sorry for disturbing...