New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 762114 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: ----
Type: ----



Sign in to add a comment

[Component Request] BackgroundTaskScheduler

Project Member Reported by nyquist@chromium.org, Sep 5 2017

Issue description

1] 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
 
Cc: dtrainor@chromium.org awdf@chromium.org fgor...@chromium.org
We'll update the OWNERS-file to refer to the component after it has been created. See https://chromium-review.googlesource.com/c/chromium/src/+/650837

Comment 2 by laforge@google.com, Sep 7 2017

We already have Internals>TaskScheduler.  How about BackgroundTasks or BackgroundScheduling as a subcomponent there?  
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?

Comment 4 by laforge@google.com, Sep 10 2017

Owner: lafo...@chromium.org
Status: Fixed (was: Untriaged)
Created Internals>BackgroundTaskScheduler.

https://bugs.chromium.org/p/chromium/components/detail?component=Internals%3EBackgroundTaskScheduler
Project Member

Comment 5 by bugdroid1@chromium.org, 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