Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 3db32c0

Browse files
authored
Merge pull request #56 from smitna/patch-2
Update concepts-how-it-works.md
2 parents 8c92f27 + cdc750e commit 3db32c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/concepts-how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We recommend that you use the stop and wait option to stop a pipeline execution\
5555

5656
As an example of abandoned actions that can result in out\-of\-sequence tasks, if you are deploying a large file \(1GB\) through an S3 deployment action, and you choose to stop and abandon the action while the deployment is already in progress, the action is abandoned in CodePipeline, but continues in Amazon S3\. Amazon S3 does not encounter any instruction to cancel the upload\. Next, if you start a new pipeline execution with a very small file, there are now two deployments in progress\. Because the file size of the new execution is small, the new deployment completes while the old deployment is still uploading\. When the old deployment completes, the new file is overwritten by the old file\.
5757

58-
You might want to use the stop and abandon option in the case where you have a custom action\. For example, you can abandon a custom action with work that does not need to finish before you stop the execution for a new execution with a bug fix\.
58+
You might want to use the stop and abandon option in the case where you have a custom action\. For example, you can abandon a custom action with work that does not need to finish before starting a new execution for a bug fix\.
5959

6060
## How executions are processed in a pipeline<a name="concepts-how-it-works-executions"></a>
6161

@@ -120,4 +120,4 @@ Inbound executions operate with the following considerations:
120120
+ While the inbound execution is waiting, it can be manually stopped\. An inbound execution can have an `InProgress`, `Stopped`, or `Failed` state\.
121121
+ When an inbound execution has been stopped or has failed, it cannot be retried because there are no failed actions to retry\. When an inbound execution has been stopped, and the transition is enabled, the stopped inbound execution does not continue into the stage\.
122122

123-
You can view or stop an inbound execution\. See [View inbound execution status \(CLI\) ](pipelines-view-cli.md#pipelines-executions-inbound-cli) and [Stop an Inbound Execution \(CLI\)](pipelines-stop.md#pipelines-stop-inbound-cli)\.
123+
You can view or stop an inbound execution\. See [View inbound execution status \(CLI\) ](pipelines-view-cli.md#pipelines-executions-inbound-cli) and [Stop an Inbound Execution \(CLI\)](pipelines-stop.md#pipelines-stop-inbound-cli)\.

0 commit comments

Comments
 (0)