Skip to content

Commit 723d345

Browse files
committed
Clarify multi-instance timeout and that after startup microflows should not notmally take so long.
1 parent 4e983b4 commit 723d345

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • content/en/docs/refguide/modeling/app-explorer/app/app-settings

content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,18 @@ You can select a microflow that is automatically run immediately after the appli
9191
{{% alert color="warning" %}}
9292
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).
9393

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.
9597

9698
| Deployment Target | Timeout | Comment |
9799
| --- | ---: | --- |
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/) |
99101
| Cloud Foundry | 11 minutes | Also for older Mendix versions running on Mendix Cloud |
100102
| Mendix on Kubernetes | Configurable | See [Customize Liveness Probe](/developerportal/deploy/private-cloud-cluster/#customize-liveness) for more information
101103
| SAP BTP | 60 seconds | This is [configurable](/developerportal/deploy/sap-cloud-platform/#DeployPackage) |
102104

105+
¹ If your after startup microflow is timing out, reassess what it is doing. Extending the timeout is not usually the best solution.
103106
{{% /alert %}}
104107

105108
### Before Shutdown

0 commit comments

Comments
 (0)