taskiq icon indicating copy to clipboard operation
taskiq copied to clipboard

Fixed wrongly mentioned exception in getting-started.md

Open DonSlockZ opened this issue 2 months ago • 0 comments

Description

TimeoutException is mentioned in Getting Started > Timeouts, but it actually doesn't exist. Exceeded task timeout will raise TimeoutError, because this is what asyncio.wait.for() does.

Sorry for disturbing )

DonSlockZ avatar Nov 03 '25 12:11 DonSlockZ