Skip to content

Commit

Permalink
[automated commit] Bump docs to versions 2.34.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 Jan 10, 2025
1 parent 5361d15 commit 6b2b136
Show file tree
Hide file tree
Showing 194 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/runtime/_shared-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ The `autoload` configuration is intended to be used with monorepo applications.
it is set to `false`.
- **`workers`** (`number`) - The number of workers to start for this service. If the service is the entrypoint or if the runtime is running in development mode this value is ignored and hardcoded to `1`.
- **`health`** (object): Configures the health check for each worker of the service. It supports all the properties also supported in the runtime [health](#health) property. The values specified here overrides the values specified in the runtime.
- **`preload`** (`string` or `array` of `string`s): A file or a list of files to load before the service code.
- **`nodeOptions`** (`string`): The `NODE_OPTIONS` to apply to the service. These options are appended to any existing option.

### `preload`

The `preload` configuration is intended to be used to register
Application Performance Monitoring (APM) agents. `preload` should contain
a path pointing to a CommonJS or ES module that is loaded at the start of
a path or a list of paths pointing to a CommonJS or ES module that is loaded at the start of
the app worker thread.

### `services`
Expand Down Expand Up @@ -72,6 +74,8 @@ runtime. Each service object supports the following settings:
- **`env`** (`object`) - An object containing environment variables to set for the service. Values set here takes precedence over values set in the `envfile`.
- **`sourceMaps`** (`boolean`) - If `true`, source maps are enabled for the service. Default: `false`.
- **`packageManager`** (`string`) - The package manager to use when using the `install-dependencies` or the `resolve` commands of `plt` or `wattpm`. Default is to autodetect it, unless it is specified via command line.
- **`preload`** (`string` or `array` of `string`s): A file or a list of files to load before the service code.
- **`nodeOptions`** (`string`): The `NODE_OPTIONS` to apply to the service. These options are appended to any existing option.

If this property is present, then the services will not be reordered according to the
`getBootstrapDependencies` function and they will be started in the order they are defined in
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 @@ -39,12 +39,14 @@ The `autoload` configuration is intended to be used with monorepo applications.
it is set to `false`.
- **`workers`** (`number`) - The number of workers to start for this service. If the service is the entrypoint or if the runtime is running in development mode this value is ignored and hardcoded to `1`.
- **`health`** (object): Configures the health check for each worker of the service. It supports all the properties also supported in the runtime [health](#health) property. The values specified here overrides the values specified in the runtime.
- **`preload`** (`string` or `array` of `string`s): A file or a list of files to load before the service code.
- **`nodeOptions`** (`string`): The `NODE_OPTIONS` to apply to the service. These options are appended to any existing option.

### `preload`

The `preload` configuration is intended to be used to register
Application Performance Monitoring (APM) agents. `preload` should contain
a path pointing to a CommonJS or ES module that is loaded at the start of
a path or a list of paths pointing to a CommonJS or ES module that is loaded at the start of
the app worker thread.

### `services`
Expand Down Expand Up @@ -72,6 +74,8 @@ runtime. Each service object supports the following settings:
- **`env`** (`object`) - An object containing environment variables to set for the service. Values set here takes precedence over values set in the `envfile`.
- **`sourceMaps`** (`boolean`) - If `true`, source maps are enabled for the service. Default: `false`.
- **`packageManager`** (`string`) - The package manager to use when using the `install-dependencies` or the `resolve` commands of `plt` or `wattpm`. Default is to autodetect it, unless it is specified via command line.
- **`preload`** (`string` or `array` of `string`s): A file or a list of files to load before the service code.
- **`nodeOptions`** (`string`): The `NODE_OPTIONS` to apply to the service. These options are appended to any existing option.

If this property is present, then the services will not be reordered according to the
`getBootstrapDependencies` function and they will be started in the order they are defined in
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.33.0",
"2.34.0",
"1.53.4"
]

0 comments on commit 6b2b136

Please sign in to comment.