Skip to content

Commit

Permalink
[automated commit] Bump docs to versions 2.11.0, 1.53.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leorossi authored and github-actions[bot] committed Nov 8, 2024
1 parent 86c1b46 commit a9760a7
Show file tree
Hide file tree
Showing 187 changed files with 13 additions and 5 deletions.
8 changes: 6 additions & 2 deletions docs/runtime/_shared-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ Note that `watch` should be enabled for each individual service in the runtime.
While hot reloading is useful for development, it is not recommended for use in production.
:::

### `startTimeout`

The number of milliseconds to wait before considering a service as failed to start. Default: `30000`.

### `restartOnError`

The number of milliseconds to wait before attempting to restart a service that unexpectedly exit.
Expand All @@ -117,7 +121,7 @@ If not specified or set to `true`, the default value is `5000`, set to `0` or `f

### `health`

Configures the health check for each worker. This is enabled only if `restartOnError` is greater than zero.
Configures the health check for each worker. This is enabled only if `restartOnError` is greater than zero.

The object supports the following settings:

Expand Down Expand Up @@ -149,7 +153,7 @@ The object supports the following settings:
The base path for the Platformatic Runtime. Set it when your application is deployed under a subpath, for example, `/api`.
The runtime will automatically strip the base path from the incoming requests.

:::important
:::important
OTLP traces can be consumed by different solutions, like [Jaeger](https://www.jaegertracing.io/). See the full list [here](https://opentelemetry.io/ecosystem/vendors/).
:::

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ Note that `watch` should be enabled for each individual service in the runtime.
While hot reloading is useful for development, it is not recommended for use in production.
:::

### `startTimeout`

The number of milliseconds to wait before considering a service as failed to start. Default: `30000`.

### `restartOnError`

The number of milliseconds to wait before attempting to restart a service that unexpectedly exit.
Expand All @@ -117,7 +121,7 @@ If not specified or set to `true`, the default value is `5000`, set to `0` or `f

### `health`

Configures the health check for each worker. This is enabled only if `restartOnError` is greater than zero.
Configures the health check for each worker. This is enabled only if `restartOnError` is greater than zero.

The object supports the following settings:

Expand Down Expand Up @@ -149,7 +153,7 @@ The object supports the following settings:
The base path for the Platformatic Runtime. Set it when your application is deployed under a subpath, for example, `/api`.
The runtime will automatically strip the base path from the incoming requests.

:::important
:::important
OTLP traces can be consumed by different solutions, like [Jaeger](https://www.jaegertracing.io/). See the full list [here](https://opentelemetry.io/ecosystem/vendors/).
:::

Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"2.10.0",
"2.11.0",
"1.53.4"
]

0 comments on commit a9760a7

Please sign in to comment.