Skip to content

Commit

Permalink
doc: run modes explainer
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Nov 26, 2022
1 parent 48c5a18 commit 0caf003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ By default you can send your requests to `http://localhost:3000/`. Please note t

### node.js

Lambda handlers for the `node.js` runtime can run in different execution modes with `serverless-offline` and they have subtle differences with a variety of pros and cons. they are mutually exclusive and it is planned to combine the flags into one single flag in the future.
Lambda handlers with `serverless-offline` for the `node.js` runtime can run in different execution modes and have some differences with a variety of pros and cons. they are currently mutually exclusive and it's not possible to use a combination, e.g. use `in-process` for one Lambda, and `worker-threads` for another. It is planned to combine the flags into one single flag in the future and also add support for combining run modes.

#### worker-threads (default)

Expand Down

0 comments on commit 0caf003

Please sign in to comment.