PLT-7644: Improve job scheduler architecture. (#7532)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
f263d2b951
Коммит
a06830b2f8
@@ -411,6 +411,8 @@ type JobStore interface {
|
||||
GetAllByType(jobType string) StoreChannel
|
||||
GetAllByTypePage(jobType string, offset int, limit int) StoreChannel
|
||||
GetAllByStatus(status string) StoreChannel
|
||||
GetNewestJobByStatusAndType(status string, jobType string) StoreChannel
|
||||
GetCountByStatusAndType(status string, jobType string) StoreChannel
|
||||
Delete(id string) StoreChannel
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user