feat: add task work limit
This commit is contained in:
7
pkg/task/errors.go
Normal file
7
pkg/task/errors.go
Normal file
@ -0,0 +1,7 @@
|
||||
package task
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrTaskNotFound = errors.New("task not found")
|
||||
)
|
Reference in New Issue
Block a user