mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
change order to match docs
This commit is contained in:
parent
763c9dfa6b
commit
4fecbe820d
@ -164,13 +164,13 @@ type ProgramConfig struct {
|
|||||||
// Defines time X in seconds in which jobs are considered to be "short" and will be filtered in specific views.
|
// Defines time X in seconds in which jobs are considered to be "short" and will be filtered in specific views.
|
||||||
ShortRunningJobsDuration int `json:"short-running-jobs-duration"`
|
ShortRunningJobsDuration int `json:"short-running-jobs-duration"`
|
||||||
|
|
||||||
// Array of Clusters
|
|
||||||
Clusters []*ClusterConfig `json:"clusters"`
|
|
||||||
|
|
||||||
// Energy Mix CO2 Emission Constant [g/kWh]
|
// Energy Mix CO2 Emission Constant [g/kWh]
|
||||||
// If entered, displays estimated CO2 emission for job based on jobs totalEnergy
|
// If entered, displays estimated CO2 emission for job based on jobs totalEnergy
|
||||||
EmissionConstant int `json:"emission-constant"`
|
EmissionConstant int `json:"emission-constant"`
|
||||||
|
|
||||||
// Frequency of cron job workers
|
// Frequency of cron job workers
|
||||||
CronFrequency *CronFrequency `json:"cron-frequency"`
|
CronFrequency *CronFrequency `json:"cron-frequency"`
|
||||||
|
|
||||||
|
// Array of Clusters
|
||||||
|
Clusters []*ClusterConfig `json:"clusters"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user