mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-11 13:31:45 +01:00
add shortjobs and resource sums to project and user lists
This commit is contained in:
@@ -466,7 +466,7 @@ func (r *JobRepository) JobCountGrouped(
|
||||
// AddJobCountGrouped augments existing statistics with additional job counts by category.
|
||||
//
|
||||
// This method enriches JobsStatistics returned by JobsStatsGrouped or JobCountGrouped
|
||||
// with counts of running or short-running jobs, matched by group ID.
|
||||
// with counts of running or short-running (based on ShortRunningJobsDuration) jobs, matched by group ID.
|
||||
//
|
||||
// Parameters:
|
||||
// - ctx: Context for security checks
|
||||
|
||||
Reference in New Issue
Block a user