Task
Overview
The task page location
Toolbar layout
Add New Task
Click button to add task
As you can see, you must enter the name, otherwise the menu will not accept
You can choose it to be setup job type
Which it's the task run in every nodes once
Or you can choose distribute, which let this be a cronjob type
It will generate a number of subtask that use every nodes to finish it
Execute Order
No It does not have order like, first node run first job, second node run second job
As long as the node finish the current subtask, it will fetch the next unfinish subtask
It run as quickly as possible
With multicore checked, One node can have multiple subtask execute at the same time
Compute Heavy
If your task have cpu or gpu heavy compute task
We recommand you not to check this
It should be use on the lightweight task such as transcoding or formating json etc...
New update
- Decide that the display should change to single row, It's eaiser to read
Binding
It's a project binding parameter, It's just a default binding to a data vault
You can actually leave this empty, You can assign it in the console page as well
- Click green text to jump to parameter setting menu
- Click dotted box to select other parameter
- Click None to unbind
- Click other to change binding
This is what you see when project is binding to nothing