mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
added part of the system tasks logic
This commit is contained in:
@@ -25,3 +25,8 @@ const (
|
||||
RunTypeRandom string = "random"
|
||||
RunTypeSelectedNodes string = "selected-nodes"
|
||||
)
|
||||
|
||||
const (
|
||||
TaskTypeSpider string = "spider"
|
||||
TaskTypeSystem string = "system"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user