You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ For more information about Azure Data Factory, see [https://docs.microsoft.com/e
29
29
|`NODE_NAME`| Optional |`hostname`| The specified name of the node. |
30
30
|`ENABLE_HA`| Optional |`false`| 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. |
31
31
|`HA_PORT`| Optional |`8060`| The port to set up a high availability cluster. |
32
-
|`ENABLE_AE`| Optional |`false`| 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`. |
32
+
|`ENABLE_AE`| Optional |`false`| The flag to enable offline nodes auto-expiration.<br/> If enabled, the node will be marked as expired when it has been offline for timeout duration defined by `AE_TIME`. |
33
33
|`AE_TIME`| Optional |`600`| The expiration timeout duration for offline nodes in seconds. <br/>Should be no less than 600 (10 minutes). |
0 commit comments