Manage Workers
This article introduces various operations related to the Worker.
Add a Worker
BladePipe allows you to add Workers. For more information, see Install Worker (Docker) and Install Worker (Binary).
Add Whitelist
If the address of the Worker has been changed or the single list of the dataSource has been sent, the dataSource needs to be added to the white list again. You can add it by dataSource on the dataSource management page, or add it by Worker ip on the Worker management page.
To add a whitelist by Worker, the system will add the whitelist of the Worker to these dataSources in sequence according to the dataSources related to the DataTask bound on the Worker.
- Select the Worker that needs to be added to the whitelist, and click More.
- Click Check Whitelist.
- Select the IP type to be checked, and click Check Whitelist.
- If there is no dataSource that needs to be added, indicate the DataTask-related dataSource bound to the current Worker and the whitelist that has been added to the Worker, and there is no need to add it repeatedly.
- If there is a dataSource that needs to be added, click More.
- Click Add Whitelist.
- Select the IP type to be added, and click Add Whitelist.
- The operation is an async consoleJob and will be performed in the background.
- The whitelist is added successfully.
Search Binding DataTask
It supports searching DataTask by dataSource on the Worker management page.
- Click Search Binding DataTask in the upper-right corner.
- Select the dataSource associated with the DataTask to be queried, and click Search.
- The DataTask associated with the dataSource appear in the list.
Schedule DataTask Manually
BladePipe supports automatic scheduling DataTask. But for Worker migration or other purposes, BladePipe also supports manual scheduling DataTask. For more information, see Schedule DataJob.