parent
983bf44b9f
commit
425faf28b8
4 changed files with 19 additions and 1 deletions
5
job.go
5
job.go
|
@ -156,6 +156,11 @@ func (j *AuroraJob) IsService(isService bool) *AuroraJob {
|
|||
return j
|
||||
}
|
||||
|
||||
func (j *AuroraJob) Priority(priority int32) *AuroraJob {
|
||||
j.task.Priority(priority)
|
||||
return j
|
||||
}
|
||||
|
||||
func (j *AuroraJob) TaskConfig() *aurora.TaskConfig {
|
||||
return j.task.TaskConfig()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue