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/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,15 +91,18 @@ You can select a microflow that is automatically run immediately after the appli
91
91
{{% alert color="warning" %}}
92
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
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.
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. This applies to all instances of a multi-instance app—if one instance times out then the whole app will not start.
95
+
96
+
The duration of the timeout will depend on the environment you are deploying to. The table below lists the timeouts for common deployment options.
95
97
96
98
| Deployment Target | Timeout | Comment |
97
99
| --- | ---: | --- |
98
-
| Mendix Cloud | 15 minutes | This can be changed—contact[support](https://support.mendix.com/)|
100
+
| Mendix Cloud | 15 minutes | This can be changed¹—discuss with[support](https://support.mendix.com/)|
99
101
| Cloud Foundry | 11 minutes | Also for older Mendix versions running on Mendix Cloud |
100
102
| Mendix on Kubernetes | Configurable | See [Customize Liveness Probe](/developerportal/deploy/private-cloud-cluster/#customize-liveness) for more information
101
103
| SAP BTP | 60 seconds | This is [configurable](/developerportal/deploy/sap-cloud-platform/#DeployPackage)|
102
104
105
+
¹ If your after startup microflow is timing out, reassess what it is doing. Extending the timeout is not usually the best solution.
0 commit comments