| <!doctype html> |
| <html class="no-js" lang="en" dir="ltr"> |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Response time - Apache Infrastructure Website</title> |
| <link href="/css/bootstrap.min.css" rel="stylesheet"> |
| <link href="/css/fontawesome.all.min.css" rel="stylesheet"> |
| <link href="/css/headerlink.css" rel="stylesheet"> |
| <script src="/highlight/highlight.min.js"></script> </head> |
| <body class="d-flex flex-column h-100"> |
| <main class="flex-shrink-0"> |
| <div> |
| |
| <!-- nav bar --> |
| <nav class="navbar navbar-expand-lg navbar-dark bg-dark" aria-label="Fifth navbar example"> |
| <div class="container-fluid"> |
| <a class="navbar-brand" href="/"><img src="/images/feather.png" style="height: 32px;"/> Apache Infrastructure</a> |
| <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" aria-label="Toggle navigation"> |
| <span class="navbar-toggler-icon"></span> |
| </button> |
| |
| <div class="collapse navbar-collapse" id="navbarADP"> |
| <ul class="navbar-nav me-auto mb-2 mb-lg-0"> |
| <li class="nav-item dropdown"> |
| <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">About</a> |
| <ul class="dropdown-menu"> |
| <li><a class="dropdown-item" href="/team.html">About the team</a></li> |
| <li><a class="dropdown-item" href="/roundtable.html">The Infrastructure Roundtable</a></li> |
| <li><a class="dropdown-item" href="/blog/">The Infrastructure Blog</a></li> |
| </ul> |
| </li> |
| <li class="nav-item"> |
| <a class="nav-link" href="/policies.html">Policies</a> |
| </li> |
| <li class="nav-item dropdown"> |
| <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">Services and Tools</a> |
| <ul class="dropdown-menu"> |
| <li><a class="dropdown-item" href="/services.html">Services and Tools</a></li> |
| <li><a class="dropdown-item" href="/machines.html">Machines and Fingerprints</a></li> |
| <li><a class="dropdown-item" href="https://blocky.apache.org/">Blocky</a></li> |
| <li><a class="dropdown-item" href="https://app.datadoghq.com/account/login?next=%2Finfrastructure">DataDog</a></li> |
| <li><a class="dropdown-item" href="https://whimsy.apache.org/roster/committer/" target="_blank">Committer Search</a></li> |
| </ul> |
| </li> |
| <li class="nav-item dropdown"> |
| <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">Documentation</a> |
| <ul class="dropdown-menu"> |
| <li><a class="dropdown-item" href="/doc.html">Contribute</a></li> |
| <li><a class="dropdown-item" href="/infra-volunteer.html">Volunteer with Infra</a></li> |
| <li><a class="dropdown-item" href="/how-to-mirror.html">Become an ASF download mirror</a></li> |
| <li><a class="dropdown-item" href="/hosting-external-agent.html">Host a Jenkins or Buildbot agent</a></li> |
| |
| </ul> |
| </li> |
| <li class="nav-item"> |
| <a class="nav-link" href="/stats.html">Status</a> |
| </li> |
| <li class="nav-item"> |
| <a class="nav-link" href="/contact.html">Contact Us</a> |
| </li> |
| </ul> |
| </div> |
| </div> |
| </nav> |
| |
| |
| <!-- page contents --> |
| <div id="contents"> |
| <div class="bg-white p-5 rounded"> |
| <div class="col-sm-8 mx-auto"> |
| <h1> |
| Response time |
| </h1> |
| <p>The Infra team takes seriously all work requests submitted to it and all reports it receives about issues in the Apache system. We triage such reports according to severity, and seek to resolve them in a timely fashion.</p> |
| <h2>Account creation</h2> |
| <p>The ASF follows the procedure outlined at <a href="https://infra.apache.org/managing-committers.html" target="_blank">Managing Project Committers</a> for creation of committer accounts. When the ASF Secretary approves the account-creation request, they inform Infra. Infra commits to creating the account within <strong>seven business days</strong>, although in practice it usually happens more quickly than that.</p> |
| <h2>Services</h2> |
| <p>Currently, Apache services are operating at an uptime rate of over 99%.</p> |
| <p>For the current status of services, see <a href="https://status.apache.org/" target="_blank">the ASF status page</a> and the Infra <a href="https://www.apache.org/uptime/" target="_blank">response graphs</a>.</p> |
| <h3>Jira issue reports and service requests</h3> |
| <p>Here is how we triage issue reports and service requests submitted as Jira tickets:</p> |
| <h4>Blocker</h4> |
| <p>A time-sensitive issue that is hindering a project's basic functions.</p> |
| <ul> |
| <li><strong>Goal</strong>: 24 hours to respond, 3 days (72h) to resolve. Weekend hours count against this goal.</li> |
| <li><strong>Example</strong>: Web site has been defaced and we just sent out a press release.</li> |
| </ul> |
| <h4>Critical</h4> |
| <p>A time-sensitive issue that causes disruption for a project, but is not hindering basic functionality.</p> |
| <ul> |
| <li><strong>Goal</strong>: 36 hours to respond, 4 days (96h) to resolve. Weekend hours count against this goal.</li> |
| <li><strong>Example</strong>: We just called a new release, but SVN is not allowing us to upload or move the artifacts.</li> |
| </ul> |
| <h4>Major</h4> |
| <p>This is the default Jira issue priority. It fits a large issue that Infra should resolve quickly, but is not time-sensitive or related to basic project functions. This includes requesting new resources.</p> |
| <ul> |
| <li><strong>Goal</strong>: 2 days (48h) to respond, 5 days (120h) to resolve. Weekends do not count against this goal.</li> |
| <li><strong>Examples</strong>:<ul> |
| <li>Set up a new podling.</li> |
| <li>Add a git repository.</li> |
| <li>Set up py/svn/git-pubsub.</li> |
| </ul> |
| </li> |
| </ul> |
| <h4>Minor</h4> |
| <p>An issue that Infra should resolve within a reasonable time, is not time-sensitive and is not critical to a project's basic functionas or ongoing daily business.</p> |
| <ul> |
| <li><strong>Goal</strong>: 3 days (72h) to respond, 2 weeks (336h) to resolve. Weekends do not count against this goal.</li> |
| <li><strong>Examples</strong>:<ul> |
| <li>Retire a project's resources.</li> |
| <li>Fix a JavaScript error on a web site.</li> |
| <li>Add GitHub integration for a repository.</li> |
| <li>Refine Jira settings for a project.</li> |
| </ul> |
| </li> |
| </ul> |
| <h4>Trivial</h4> |
| <p>A task that Infra should resolve, but that has minimal or no time constraints.</p> |
| <ul> |
| <li><strong>Goal</strong>: 3 days (72h) to respond, 4 weeks (672h) to resolve. Weekends do not count against this goal.</li> |
| <li><strong>Example</strong>: Fix copyright year on a web site.</li> |
| </ul> |
| <h3>Notes</h3> |
| <ul> |
| <li>Response time is counted as first reply (from someone else) or assignment.</li> |
| <li>Tickets marked as <code>Planned Work</code> do not have a response-time goal.</li> |
| <li>Tickets marked as <code>Waiting for user</code> have no response time goal until the user responds.</li> |
| <li>Weekends do not count toward response time for all tickets except those marked <code>Blocker</code> or <code>Critical</code>.</li> |
| <li>Tickets only appear in response statistics once resolved or if exceeding the goal for their category.</li> |
| <li>Ticket velocity (user engagement and interaction) is important.</li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| <!-- footer --> |
| <div class="row"> |
| <div class="large-12 medium-12 columns"> |
| <p style="font-style: italic; font-size: 0.8rem; text-align: center;"> |
| Copyright 2024, <a href="https://www.apache.org/">The Apache Software Foundation</a>, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/> |
| Apache® and the Apache feather logo are trademarks of The Apache Software Foundation... |
| </p> |
| </div> |
| </div> |
| <script type="application/ecmascript" src="/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"></script> </div> |
| </main> |
| <script>hljs.initHighlightingOnLoad();</script> |
| </body> |
| </html> |