[Component Request] BackgroundTaskScheduler |
||
Issue description1] Component Name: BackgroundTaskScheduler 2] Parent Component (e.g. Blink, UI>Browser, etc...): Internals 3] Description of Component: Component for unifying background scheduling of tasks / jobs across different versions of Android OS and scheduling APIs. Component for unifying background scheduling across different versions of Android OS and scheduling APIs. 4] Admin/ Owner: nyquist@chromium.org 5] Please specify what triage practices will be followed for the component (i.e. what team will do it and how frequently). Weekly triage of incoming bugs by OWNERS listed in: https://chromium.googlesource.com/chromium/src/+/master/components/background_task_scheduler/OWNERS
,
Sep 7 2017
We already have Internals>TaskScheduler. How about BackgroundTasks or BackgroundScheduling as a subcomponent there?
,
Sep 7 2017
That's a very reasonable suggestion! However, the concepts are in fact entirely different. :-/ The TaskScheduler is the stuff in //base for the normal tasks in C++, whereas the concept we're trying to do here is the platform-specific long-term (even when Chrome is not running) background scheduling (for example when a user all of a sudden gets WiFi, etc.) So after discussing with the other owners we still suggest using Internals>BackgroundTaskScheduler Is that OK with you?
,
Sep 10 2017
Created Internals>BackgroundTaskScheduler. https://bugs.chromium.org/p/chromium/components/detail?component=Internals%3EBackgroundTaskScheduler
,
Sep 11 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/9d6417a00e28e6a8e288aa71158fd4d6299929dc commit 9d6417a00e28e6a8e288aa71158fd4d6299929dc Author: Tommy Nyquist <nyquist@chromium.org> Date: Mon Sep 11 13:26:12 2017 Add bug component for //components/background_task_scheduler This CL adds a bug component for the Android BackgroundTaskScheduler to simplify tracking of issues and features related to background scheduling. BUG= 762114 Change-Id: I2a4523bf37d081181a145f59d69c70e89291936e Reviewed-on: https://chromium-review.googlesource.com/650837 Reviewed-by: Filip Gorski <fgorski@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#500903} [modify] https://crrev.com/9d6417a00e28e6a8e288aa71158fd4d6299929dc/components/background_task_scheduler/OWNERS |
||
►
Sign in to add a comment |
||
Comment 1 by nyquist@chromium.org
, Sep 5 2017