commit | d454e307244b00442d09da015f54a6ffd9c0a325 | [log] [tgz] |
---|---|---|
author | Chris Phoenix <cphoenix@fuchsia.infra.roller.google.com> | Fri Oct 06 23:49:23 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 06 16:51:33 2023 -0700 |
tree | e186d2a5fd2c315fd81698bbeabb78cdd9ae86cd | |
parent | 00b464c8d63718fefe3c7959fbdd5bc5c93763fb [diff] |
[roll] Roll fuchsia [persistence] New scheduler Adds a scheduler module that queues tags to persist and fires off persistence operations as they become ready. The scheduler can take one or several tags, and calculates separately for each tag when it is ready. The fetcher will wait a few seconds between firing tags to spread load on the system. If several tags from the same service are ready at the same time, scheduler will pass them to the fetcher as a single batch and the fetcher will combine their selectors. Original-Fixed: b/300158796 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/896803 Size-Review: Aaron Wood <aaronwood@google.com> Original-Revision: c36371e1053fd41a35e54af351b48e7e9188790e GitOrigin-RevId: fdeef56f45643d48ea9c72ee758746d065f85cee Change-Id: I0319ef40e947262966b6cc21ec9f91516d2f467d
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.