Skip to content

Commit

Permalink
Move job root dir chapter up
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 21, 2023
1 parent 1505b9c commit a20d098
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ is shipped with the repository.

Here, we explain the options in more detail.

## Job root dir

By default, the files of jobs are stored in `/tmp/jobs`. To change the
directory, set the `job_root_dir` parameter in the configuration file to a valid
path.

```yaml
job_root_dir: /tmp/jobs
```
## Applications
Bartender accepts jobs for different applications.
Expand Down Expand Up @@ -367,16 +377,6 @@ destination use:
destination_picker: bartender.picker.pick_round
```

## Job root dir

By default, the files of jobs are stored in `/tmp/jobs`. To change the
directory, set the `job_root_dir` parameter in the configuration file to a valid
path.

```yaml
job_root_dir: /tmp/jobs
```

## Job flow

Diagram of a job flowing through web service, schedulers and filesystems.
Expand Down

0 comments on commit a20d098

Please sign in to comment.