Project

General

Profile

action #136967

Updated by tinita 8 months ago

## Motivation 

 In the Job Queue panel we see how many jobs are scheduled, blocked and running. 

 For debugging performance issues, it could also be useful to see how many jobs are in the uploading phase, as these requests can use a lot of resources (in contrast to the normal uploads of screenshots during the running test). 

 ## Suggestions 

 * It should be easy to just extend https://openqa.opensuse.org/admin/influxdb/jobs view-source:https://openqa.opensuse.org/admin/influxdb/jobs 
 * Either split up running in running (not-uploading) and uploading, or use uploading as an additional field 

Back