Skip to content

Commit 540663e

Browse files
author
Qi Xiao
committed
Add more details in args description
1 parent 40b420a commit 540663e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ For more information about Azure Data Factory, see [https://docs.microsoft.com/e
2727
|---|---|---|
2828
| `AUTH_KEY` | Required, the authentication key for the self-hosted integration runtime. | None
2929
| `NODE_NAME` | Optional, the specified name of the node. | hostname |
30-
| `ENABLE_HA` | Optional, the flag to enable high availability. | false |
31-
| `HA_PORT` | Optional, the port for high availability. | 8060 |
32-
| `ENABLE_AE` | Optional, the flag to enable offline nodes auto-expiration.<br/> Only works when `ENABLE_HA=true`. | false |
33-
| `AE_TIME` | Optional, the expiration time for offline nodes in seconds. <br/>Should be no less than 600. | 600 |
30+
| `ENABLE_HA` | Optional, the flag to enable high availability and scalability.<br/> It supports up to 4 nodes registered to the same IR when `HA` is enabled, otherwise only 1 is allowed. | false |
31+
| `HA_PORT` | Optional, the port to set up a high availability cluster. | 8060 |
32+
| `ENABLE_AE` | Optional, the flag to enable offline nodes auto-expiration.<br/> If enabled, the expired nodes will be removed automatically from the IR when a new node is attempting to register.<br/> Only works when `ENABLE_HA=true`. | false |
33+
| `AE_TIME` | Optional, the expiration timeout duration for offline nodes in seconds. <br/>Should be no less than 600 (10 minutes). | 600 |
3434

3535
# Contributing
3636

0 commit comments

Comments
 (0)