Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Nov 27, 2024
1 parent 7415e08 commit c41a281
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ To control the launcher's log level, set the `N8N_LAUNCHER_LOG_LEVEL` env var to

If idle for 15 seconds, the runner will exit. To override this duration, set the `N8N_RUNNERS_AUTO_SHUTDOWN_TIMEOUT` to a number of seconds, or `0` to disable it. After runner exit on idle timeout, the launcher will re-launch the runner on demand, i.e. when the next task comes in.

### Sentry configuration

Sentry can be configured using the following env vars:

- `SENTRY_DSN`
- `DEPLOYMENT_NAME` : Mapped to `ServerName`
- `ENVIRONMENT` : Mapped to `Environment`
- `N8N_VERSION` : Mapped to `Release`

More details [here](https://docs.sentry.io/platforms/go/configuration/options/).

## Usage

Once setup is complete, start the launcher:
Expand Down

0 comments on commit c41a281

Please sign in to comment.