minor corrections to documentation and comments
This commit is contained in:
parent
4c21757dae
commit
80f11cf78b
3 changed files with 4 additions and 9 deletions
2
job.go
2
job.go
|
@ -208,7 +208,7 @@ func (a *Job) AddValueConstraint(name string,
|
|||
}
|
||||
|
||||
// From Aurora Docs:
|
||||
// A constraint the specifies the maximum number of active tasks on a host with
|
||||
// A constraint that specifies the maximum number of active tasks on a host with
|
||||
// a matching attribute that may be scheduled simultaneously.
|
||||
func (a *Job) AddLimitConstraint(name string, limit int32) *Job {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue