Connection reset by peer error during import solution step in GitHub actions but import successfully #1048
Closed
OneAndOnlyHenry
started this conversation in
General
Replies: 1 comment
-
I managed to fix this issue, I found that I can set below option in the GitHub actions of my pipeline. run-asynchronously: true Then the job won't get reset after running for 10 minutes and successfully complete all job steps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
During the import solution to QA environment step, I keep getting this error, however, the solution actually successfully imported to the QA environment despite this error and the deployment job failed on me all the time.
This is becoming very annoying since it will send out email notifications to the Dev team telling us the deployment job failed but the solution deployed successfully.
This is the error message:
An error occurred while sending the request. Unable to read data from the transport connection: Connection reset by peer.
This is the snippet of my yml script:in github action
This import solution step does run for a long while, about 5 to 6 minutes, I am wondering if it's timing out, and is there any way to extend the running time?
Beta Was this translation helpful? Give feedback.
All reactions