{% extends "status.html" %} {% block status_breadcrumb %}
The normal "Pending" stats provide info only about the normal (or "foreground") tasks, but the project maintainers can submit also the background jobs (with lower priority) that are processed only when there's enough computation power left in the Copr cloud that is not taken by normal tasks. This page provides some statistics related to the queue, mostly useful for the system administrators (for queue analysis).
This page is cached for {{ cache_seconds }} seconds.
There's crurrently {{ stats["background"].total() }} jobs.
Count | {% for owner_name, full_count in stats.owners.most_common() %}|
---|---|
{{ owner_name }} | {{ full_count }} |
{{ stattype }} | {{ stats.owners_details[owner_name][stattype].total() }} |
{{ key}} | {{ count }} |
Count | {% for key, count in stats[stattype].most_common() %}|
---|---|
{{ key }} | {{ count }} |