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: content/en/docs/deployment/private-cloud/private-cloud-cluster/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -549,7 +549,7 @@ Starting from Mendix Operator 2.23.0, environments running in `leaderless` mode
549
549
When another **runtimeLeaderSelection** mode is used (default, unspecified `assigned` mode, or `none`), the healthcheck microflow is used, as described above.
550
550
{{% /alert %}}
551
551
552
-
#### Customize Liveness Probe to Resolve Crash Loopback Scenarios
552
+
#### Customize Liveness Probe to Resolve Crash Loopback Scenarios{#customize-liveness}
553
553
554
554
The `liveness probe` informs the cluster whether the pod is dead or alive. If the pod fails to respond to the liveness probe, the pod will be restarted (this is called a `crash loopback`).
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This setting was introduced in Mendix 11.6.3.
40
40
41
41
If this option is enabled, Web (both React and Dojo) and Native Mobile clients will be able to handle both `empty` and empty string `''` values for `String` attributes. <br>
42
42
43
-
If this options is disabled, `String` attribute values on the client-side will always contain only the `''` value to represent empty state. `empty` values will be automatically converted to `''` when transfered to the client-side.
43
+
If this options is disabled, `String` attribute values on the client-side will always contain only the `''` value to represent empty state. `empty` values will be automatically converted to `''` when transferred to the client-side.
44
44
45
45
For a detailed explanation, see the *Empty Strings Handling* section of [Upgrading from Mendix Studio Pro 10 to 11](/refguide/upgrading-from-10-to-11/#empty-strings-handling).
46
46
@@ -89,9 +89,17 @@ Applications deployed to the cloud will use this setting to select which Java ve
89
89
You can select a microflow that is automatically run immediately after the application has been started up.
90
90
91
91
{{% alert color="warning" %}}
92
-
There is a timeout of 11 minutes on the after startup microflow. If your after startup microflow takes longer than 11 minutes, your whole app will fail to start.
93
-
94
92
After startup is designed to initialize the app and therefore runs before the app is able to respond to incoming service requests (for example, published REST services).
93
+
94
+
There is a timeout set on the after startup microflow. If your after startup microflow exceeds this, your whole app will fail to start. The duration of this timeout will depend on the environment you are deploying to. The table below lists the timeouts for common deployment options.
95
+
96
+
| Deployment Target | Timeout | Comment |
97
+
| --- | ---: | --- |
98
+
| Mendix Cloud | 15 minutes | This can be changed—contact [support](https://support.mendix.com/)|
99
+
| Cloud Foundry | 11 minutes | Also for older Mendix versions running on Mendix Cloud |
100
+
| Mendix on Kubernetes | Configurable | See [Customize Liveness Probe](/developerportal/deploy/private-cloud-cluster/#customize-liveness) for more information
101
+
| SAP BTP | 60 seconds | This is [configurable](/developerportal/deploy/sap-cloud-platform/#DeployPackage)|
0 commit comments