Skip to content

Commit

Permalink
Merge pull request #99 from koyeb/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
lukaszo authored Dec 6, 2024
2 parents 9cecbc4 + ec8b3b7 commit 7817d20
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
9 changes: 6 additions & 3 deletions api/v1/koyeb/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9996,6 +9996,8 @@ components:
- internal
- hobby23
- no_plan
- pro
- scale
type: string
PublicOrganization:
example:
Expand Down Expand Up @@ -15880,11 +15882,12 @@ components:
value: 4
properties:
value:
description: Delay in seconds after which a service which received 0 request
is scaled to 0.
description: |-
Delay in seconds after which a service which received 0 request is scaled to 0.
This is not configurable and must be set to 300 (5 minutes). Get in touch to
tune it.
format: int64
type: integer
title: Experimental message
type: object
DeploymentStrategy:
example:
Expand Down
2 changes: 1 addition & 1 deletion api/v1/koyeb/docs/DeploymentScalingTargetSleepIdleDelay.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Value** | Pointer to **int64** | Delay in seconds after which a service which received 0 request is scaled to 0. | [optional]
**Value** | Pointer to **int64** | Delay in seconds after which a service which received 0 request is scaled to 0. This is not configurable and must be set to 300 (5 minutes). Get in touch to tune it. | [optional]

## Methods

Expand Down
4 changes: 4 additions & 0 deletions api/v1/koyeb/docs/Plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

* `NO_PLAN` (value: `"no_plan"`)

* `PRO` (value: `"pro"`)

* `SCALE` (value: `"scale"`)


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/v1/koyeb/model_plan.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions api/v1/koyeb/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10893,7 +10893,9 @@
"enterprise",
"internal",
"hobby23",
"no_plan"
"no_plan",
"pro",
"scale"
],
"default": "hobby"
},
Expand Down Expand Up @@ -14061,8 +14063,7 @@
"$ref": "#/definitions/DeploymentScalingTargetRequestsResponseTime"
},
"sleep_idle_delay": {
"$ref": "#/definitions/DeploymentScalingTargetSleepIdleDelay",
"title": "Experimental field"
"$ref": "#/definitions/DeploymentScalingTargetSleepIdleDelay"
}
}
},
Expand Down Expand Up @@ -14122,10 +14123,9 @@
"value": {
"type": "integer",
"format": "int64",
"description": "Delay in seconds after which a service which received 0 request is scaled to 0."
"description": "Delay in seconds after which a service which received 0 request is scaled to 0.\nThis is not configurable and must be set to 300 (5 minutes). Get in touch to\ntune it."
}
},
"title": "Experimental message"
}
},
"DeploymentStrategy": {
"type": "object",
Expand Down

0 comments on commit 7817d20

Please sign in to comment.