task wip
This commit is contained in:
parent
172bf636d6
commit
a040d5d56c
6 changed files with 123 additions and 3 deletions
|
@ -14,5 +14,13 @@ const MESSAGE_TEMPLATE_NAME = "message.tmpl"
|
|||
const TASK_TEMPLATE_NAME = "tasks.tmpl"
|
||||
|
||||
const (
|
||||
HEALTHCHECK_TASK_TYPE = iota
|
||||
TASK_TYPE_HEALTHCHECK = iota
|
||||
TASK_TYPE_TRANSCODE
|
||||
)
|
||||
|
||||
const (
|
||||
TASK_STATUS_UNKNOWN = iota
|
||||
TASK_STATUS_RUNNING
|
||||
TASK_STATUS_FAILED
|
||||
TASK_STATUS_SUCCESS
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue