Add tier & production in task config (#14)
This commit is contained in:
parent
a75b691d72
commit
fe664178ce
9 changed files with 76 additions and 4 deletions
5
job.go
5
job.go
|
@ -161,6 +161,11 @@ func (j *AuroraJob) Priority(priority int32) *AuroraJob {
|
|||
return j
|
||||
}
|
||||
|
||||
func (j *AuroraJob) Production(production bool) *AuroraJob {
|
||||
j.task.Production(production)
|
||||
return j
|
||||
}
|
||||
|
||||
func (j *AuroraJob) TaskConfig() *aurora.TaskConfig {
|
||||
return j.task.TaskConfig()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue