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
22 changes: 12 additions & 10 deletions packages/platform-sdk/src/generated/models/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ export interface Extension extends BaseResource {
readonly triggers: ExtensionTrigger[]
/**
* Maximum time (in milliseconds) that the Extension can respond within.
* If no timeout is provided, the [default value](#time-limits) is used for all types of Extensions, including `payment` Extensions.
* The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
* If no timeout is provided, the default value is used for all [types of Extensions](ctp:api:type:ExtensionResourceTypeId).
*
* The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact.
* Please contact the [Composable Commerce support team](https://support.commercetools.com) and provide the Region, Project key, and use case.
*
*
*/
Expand Down Expand Up @@ -139,10 +141,10 @@ export interface ExtensionDraft {
readonly triggers: ExtensionTrigger[]
/**
* Maximum time (in milliseconds) the Extension can respond within.
* If no timeout is provided, the [default value](/#time-limits) is used for all types of Extensions, including `payment` Extensions.
* The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
* If no timeout is provided, the default value is used for all [types of Extensions](ctp:api:type:ExtensionResourceTypeId).
* We recommend keeping the timeout as low as possible to avoid performance issues.
*
* This limit can be increased per Project after we review the performance impact.
* The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact.
* Please contact the [Composable Commerce support team](https://support.commercetools.com) and provide the Region, Project key, and use case.
*
*
Expand Down Expand Up @@ -385,12 +387,12 @@ export interface ExtensionSetKeyAction extends IExtensionUpdateAction {
export interface ExtensionSetTimeoutInMsAction extends IExtensionUpdateAction {
readonly action: 'setTimeoutInMs'
/**
* Value to set. If not defined, the maximum value is used.
* If no timeout is provided, the [default value](#time-limits) is used for all types of Extensions, including `payment` Extensions.
* The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
* Value to set.
* If no timeout is provided, the default value is used for all [types of Extensions](ctp:api:type:ExtensionResourceTypeId).
* We recommend keeping the timeout as low as possible to avoid performance issues.
*
* This limit can be increased per Project after we review the performance impact.
* Please contact the [Composable Commerce support team](https://support.commercetools.com/) and provide the Region, Project key, and use case.
* The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact.
* Please contact the [Composable Commerce support team](https://support.commercetools.com) and provide the Region, Project key, and use case.
*
*
*/
Expand Down
1 change: 1 addition & 0 deletions reference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
86a80feb9be0921cea1d4b356f5b1e01057e7ba1
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -519,3 +519,4 @@ a1e8798ca33fe3c7621ab83ff12ca20f269c406d
d3b8e01b6233c9a25fa53d3a8a50a8e1721e664c
d71139f421f6ec0343438bef335b6826feaa86e7
4880d2d5a0865d3d80661dbedabf8a400d35e04c
1c132d4f4baa5b0c2972dfa0340a2ed5d5e781e8
Loading