tortoise / tortoise/tortoise-orm
Default timeout unknown
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 516
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 9
Description
In the Tortoise ORM documentation, the default connect_timeout is set to None.
See: https://tortoise.github.io/databases.html#id5
What is the actual default timeout before it cancels the request?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Tortoise ORM documentation at databases.html#id5 and inspect how connect_timeout is described. Trace the setting to the relevant database backend behavior to determine the cancellation default, then update the documentation so the timeout behavior is stated explicitly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100