commit | 72e0103e1d98707bd2639f06aa9ce0580a2e8ab7 | [log] [tgz] |
---|---|---|
author | Rob Schonberger <robsc@chromium.org> | Mon Dec 09 00:19:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 09 00:19:59 2024 |
tree | 034bfd28ada2b2baa13421a948a6cd61ed56ec74 | |
parent | a79039b172749aa3dfffe232c7aa5bab9131f7bb [diff] |
soda: Add a retry timer for languages not just the binary. Add a multiplicative backoff timer to SODA language installation, so that any error attempts a reinstall. The backoff timer defaults to a max delay of 32 seconds. Effectively, a single timer will try to queue installation for a number of different languages - which will then all be queued and retried at the same time. This is simpler logic than a retry per language, and somewhat reflective of a situation where temporary failure is not restricted per language. So will work really well in practice for many failure mechanisms. Bug: b:369008001 ,b:372340605 Change-Id: Ic153390899f78e81cfae3e7d8339213645939754 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040042 Reviewed-by: Andrew Moylan <amoylan@google.com> Auto-Submit: Rob Schonberger <robsc@chromium.org> Commit-Queue: Rob Schonberger <robsc@chromium.org> Reviewed-by: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/main@{#1393470}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.