Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ Note: By default, the sum of traffic is rounded to 100. If both `primary` and `c
| approvers | []string | List of username who has permission to approve. | Yes |
| minApproverNum | int | Number of minimum needed approvals to make this stage complete. Default is 1. | No |

### CustomSyncStageOptions
### CustomSyncStageOptions (deprecated)
| Field | Type | Description | Required |
|-|-|-|-|
| timeout | duration | The maximum time the stage can be taken to run. Default is `6h`| No |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >

`CUSTOM_SYNC` is one stage in the pipeline and you can define scripts to deploy run in this stage.

> Note: This feature is at the alpha status and only available for application of kind AWS Lambda.
> Note: This feature is marked as a deprecated feature and will be removed later.

## How to configure Custom Sync

Expand Down