Help Center/ CodeArts Deploy/ FAQs/ Application Deployment/ What Should I Do If an Application Deployment Times Out?
Updated on 2024-08-06 GMT+08:00

What Should I Do If an Application Deployment Times Out?

Symptoms

An application fails to be deployed, and the log information Task execution timed out. Stop the task. Start time: ******, end time: ****** is displayed.

Cause Analysis

The maximum duration for deploying an application at a time is 30 minutes. If the duration exceeds 30 minutes, the application fails to be deployed.

Solution

  • If application deployment times out due to too many deployment steps, split the application into multiple applications and deploy them in sequence.
  • If application deployment times out due to synchronous waiting (for example, waiting for action Run Shell Commands), run a command to change the execution mode to asynchronous.