Skip to content

Commit

Permalink
job/job: Add missing override flag to config
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <a.jung@lancs.ac.uk>
  • Loading branch information
nderjung committed Dec 23, 2020
1 parent 0c36d31 commit e8c4b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions job/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ type RuntimeConfig struct {
Cpus []int
ScheduleGrace int
WorkDir string
AllowOverride bool
}

// tasksInFlight represents the maximum tasks which are actively running
Expand Down

0 comments on commit e8c4b58

Please sign in to comment.