[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
1 file changed
tree: e186d2a5fd2c315fd81698bbeabb78cdd9ae86cd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.