mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
Refactor Tagger package. Add fsNotify Service
This commit is contained in:
@@ -58,8 +58,10 @@ func GetJobRepository() *JobRepository {
|
||||
// }
|
||||
|
||||
var jobColumns []string = []string{
|
||||
"id", "job_id", "hpc_user", "project", "cluster", "subcluster", "start_time", "cluster_partition", "array_job_id", "num_nodes", "num_hwthreads", "num_acc", "exclusive", "monitoring_status", "smt", "job_state",
|
||||
"duration", "walltime", "resources", "footprint", "energy",
|
||||
"id", "job_id", "hpc_user", "project", "cluster", "subcluster", "start_time",
|
||||
"cluster_partition", "array_job_id", "num_nodes", "num_hwthreads", "num_acc",
|
||||
"exclusive", "monitoring_status", "smt", "job_state", "duration", "walltime",
|
||||
"resources", "footprint", "energy",
|
||||
}
|
||||
|
||||
func scanJob(row interface{ Scan(...any) error }) (*schema.Job, error) {
|
||||
|
Reference in New Issue
Block a user