Skip to content

Commit

Permalink
Describe the emulateWorkerLifetimeLimit option (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyBurmistrov authored Nov 4, 2021
1 parent 306ff3c commit e4411fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/application-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,8 @@ The `options` configuration object has the following structure:
{
importMode, // Specifies whether to use *static* or *dynamic* imports between the application's modules.
host, // (single-process only) Specifies the network host on which to listen for connections. Defaults to `'0.0.0.0'`.
port // (single-process only) Specifies the server application's port.
port, // (single-process only) Specifies the server application's port.
emulateWorkerLifetimeLimit, // (single-process only) Used for framework testing. If assigned a numeric value, emulates an AWS Lambda worker's lifetime on a local machine.
}
```

Expand Down

0 comments on commit e4411fb

Please sign in to comment.