Taskcluster/Deprecated/Components/Cloud-mirror: Difference between revisions
(Created page with "== Introduction == This repository contains a tool which was developed by the Taskcluster team to reduce inter region transfer costs in cloud object storage systems. An examp...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
Component that manages task dependencies and schedules them accordingly. NOTE: the scheduler has been deprecated in favor of "big-graph scheduling", which is entirely implemented by the queue component. | |||
* Homepage: https://github.com/taskcluster/ | * Homepage: https://github.com/taskcluster/task-graph-scheduler | ||
== People == | == People == | ||
Owner: [https://mozillians.org/en-US/u/ | Owner: [https://mozillians.org/en-US/u/jonasfj/ Jonas] -- the owner is responsible for the health (which is defined as uptime/code quality/decisions) made in each component owned. The ideal is we collaborate through our weekly meetings but each owner is ultimately responsible for yes/no decisions. Owners are _not_ for life and the team may elect new owners as time goes on. | ||
== Issue / feature tracking == | == Issue / feature tracking == | ||
Line 17: | Line 17: | ||
"quicksearch": "status:new,assigned,reopened,unconfirmed", | "quicksearch": "status:new,assigned,reopened,unconfirmed", | ||
"product": "Taskcluster", | "product": "Taskcluster", | ||
"component": " | "component": "Scheduler" | ||
} | } | ||
</bugzilla> | </bugzilla> |
Revision as of 21:03, 11 July 2016
Introduction
Component that manages task dependencies and schedules them accordingly. NOTE: the scheduler has been deprecated in favor of "big-graph scheduling", which is entirely implemented by the queue component.
People
Owner: Jonas -- the owner is responsible for the health (which is defined as uptime/code quality/decisions) made in each component owned. The ideal is we collaborate through our weekly meetings but each owner is ultimately responsible for yes/no decisions. Owners are _not_ for life and the team may elect new owners as time goes on.
Issue / feature tracking
Cloud-mirror bugs are mixed in with a few other things in the "Platform and Services" component:
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Submitting patches
If a bug is not open already corresponding to the bug you want to fix (or the feature you want to add), please file one. After that, please open a github pull request with your code change, mentioning the bug in the description. Assign the pull request to a good reviwer, such as the component owner.