How to Decrease Pipeline Processing Time?
There could be several reasons why the process is long:
-
Check if there was a connection interruption.
-
If the deployment is loading for more than 5-7 minutes - click the Stop Run button in the upper right corner and restart it using Run Again. For more details, read the Pipelines Overview page.
-
Due to finite resources allocated to each cluster, running multiple pipelines in parallel might result in long loading times and usually an error:
-
If the issue is related to deploy pipelines, check the correctness of the application's code implemented. If the application does not pass liveness and readiness probes - the pod does not respond, and the loading will be endless. In this case, please check logs:
In the platform click the PipelineRun name -> Details and then check logs:
You can also check logs in Argo CD:
- On the environment details page, click the Argo CD button.
- Enter the application whose logs you want to open.
- Click the pod block to view its details:
- Check the Events and Logs tabs: