This is a tool which can manage tasks on multiple computer
For User
For Dev
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
# use npm install the compute tool node
npm install compute_tool_node
# use command ctn to start the client
ctn
Desktop app installation
In Release page, For windows user click .msi installation file
Docker node installation
You need Docker for this
Scripts folder run docker_node.sh
Docker static website
You need Docker for this
Scripts folder run docker_web.sh
Docker dynamic server
You need Docker for this
Scripts folder run docker_server.sh
The checklist features for each type of build
Features | Desktop | Node | Server | Web |
---|---|---|---|---|
Language | ✓ | ✓ | ✓ | ✓ |
Task Management | ✓ | ✓ | ✓ | |
Preference | ✓ | ✓ | ✓ | |
Mode Selection | ✓ | |||
Lua | ✓ | ✓ | ✓ | |
Auth | ✓ |
It has project, task, job, 3 layers
You can also define parameter and let job access to those veriables
Top category, The most top container.
You can name your project and write down the description here.
Create a proejct container and apply the template
- Cron: Run by multiple nodes
- Multi: Enable multicore to a single node
Jobs container, It will run one by one according to the order
If Cron and Multi are both unchecked, Meaning that it will select one node to run it through
If Cron is checked, Server will select multiple nodes to distributed to task
In the cron mode, Use 'ck' To access to current task id
ck is start from 1
Task && Job && Paramter management
Job is a single action
You can use variable by typing %[Varaible Name]% or expression %{ [Varaible Name] - 1 }%
Create a example project template to check the implementation
Use expressionparser as expression lib
Click the link for more detail
Project's parameter, Support boolean, string, number data type
This varaible can be change in runtime, you can use it as constant as well
Added calculate node, you can include self
The property is like macro, in the process, it will replace text value
You can enter expression value here, so the text field value will not be that messy
You can write a Lua script in the job section
Lua has its function lib, more detail in Here
You can monitor currently working tasks, Change the state in real-time
Execute cronjob task with multithread enable
- Task Data Structure
- Template Support
- Real-Time Monitor UI
- Cronjob Support
- Script Support
- Expression Support
- Docker Support
- Pure Compute Node Support
- Recover Record Support
- Multicore Support
- Condition Support
- Express Support
- Express Auth Support
- Group Support
- Node information Query
- Console control node support
- Self as node