Skip to content

Commit 0ac4ee4

Browse files
authored
Merge pull request #15 from byran77/qixiao/update-ae-description
Update the description for ENABLE_AE flag.
2 parents c67afdc + d5f6859 commit 0ac4ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For more information about Azure Data Factory, see [https://docs.microsoft.com/e
2929
| `NODE_NAME` | Optional | `hostname` | The specified name of the node. |
3030
| `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. |
3131
| `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`. |
3333
| `AE_TIME` | Optional | `600` | The expiration timeout duration for offline nodes in seconds. <br/>Should be no less than 600 (10 minutes). |
3434

3535
# Contributing

0 commit comments

Comments
 (0)