Manuel Kaufmann
Manuel Kaufmann
- `socket_timeout`: match visibility timeout to avoid the socket being closed during this period of time. - `retry_on_timeout`: allow the worker to retry the communication if the timeout was reached....
We are currently not differentiating when the `/_/addons/` endpoint receives any of the following: * `?version=` (empty) * `?version=invalid-slug` (invalid) * `?url=https://docs.readthedocs.com/platform/invalid-slug/` (invalid) * `?url=https://docs.readthedocs.com/platform/` (empty) What would be the...
Infer the build length by using the first command's start time.
This avoids showing "Build cancelled manually. -- The user has cancelled this build." notification on the build detail page.
Instead of keeping this complexity around, I think it's a lot easier to add a field `Project.has_good_build` that's updated when the first successful build happens and use that field to...
We need to add Python 3.14 to the test suite ran by CircleCI.
I just noticed that fuzzy search doesn't work on branch checkout. However, it does work on other menus like rebase interactively (`r i`). Would it be possible to add fuzzy...
Related https://github.com/readthedocs/readthedocs.org/pull/12647