Skip to content

Commit

Permalink
site: add missing field in worker configuration page
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Jan 15, 2024
1 parent 03b49d1 commit bc2fb10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/src/clustered_job_runner_management/worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ This is the path on the local file-system where the worker will store its cache.
This is the target number of bytes for the cache. This bound isn't followed
strictly, so it's best to be conservative.

## The `inline_limit` Field
- TOML: `inline_limit = 1048576`
- CLI: `--inline-limit 1048576`
- ENV: `MAELSTROM_WORKER_INLINE_LIMIT=1048576`

This is the maximum number of bytes to be allowed when streaming back stdout and
stderr from a job.

## The `log_level` Field
- TOML: `log_level = "error"`
- CLI: `--log-level error`
Expand Down

0 comments on commit bc2fb10

Please sign in to comment.