worker: add new container resolve job type
This is a new job that can be used to resolve containers. It uses the existing `container.Resolver` class to do the actual work.
This commit is contained in:
parent
c2f3f76d96
commit
50e630a76f
5 changed files with 115 additions and 8 deletions
|
|
@ -434,9 +434,7 @@ func main() {
|
|||
worker.JobTypeKojiInit: &KojiInitJobImpl{
|
||||
KojiServers: kojiServers,
|
||||
},
|
||||
worker.JobTypeKojiFinalize: &KojiFinalizeJobImpl{
|
||||
KojiServers: kojiServers,
|
||||
},
|
||||
worker.JobTypeKojiFinalize: &KojiFinalizeJobImpl{},
|
||||
}
|
||||
|
||||
acceptedJobTypes := []string{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue