Introduces Disconnect block into the TaskGroup configuration (#19886)

This PR is the first on two that will implement the new Disconnect block. In this PR the new block is introduced to be backwards compatible with the fields it will replace. For more information refer to this RFC and this ticket.
This commit is contained in:
Juana De La Cuesta
2024-02-19 16:41:35 +01:00
committed by GitHub
parent e8db588368
commit 20cfbc82d3
27 changed files with 3316 additions and 1958 deletions

View File

@@ -90,6 +90,10 @@
"ShutdownDelay": null,
"StopAfterClientDisconnect": null,
"MaxClientDisconnect": null,
"Disconnect":{
"StopAfterClient": null,
"LostAfter": null
},
"Scaling": null,
"Consul": null
}

View File

@@ -93,6 +93,7 @@
"ShutdownDelay": null,
"StopAfterClientDisconnect": null,
"MaxClientDisconnect": null,
"Disconnect": null,
"Scaling": null,
"Consul": null
}