Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6d8d121

Browse files
Fix typo in name of 'run_background_tasks_on' option in config manual (#12749)
1 parent 3eafee6 commit 6d8d121

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/12749.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in 'run_background_tasks_on' option name in configuration manual documentation.

docs/usage/configuration/config_documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3454,7 +3454,7 @@ stream_writers:
34543454
typing: worker1
34553455
```
34563456
---
3457-
Config option: `run_background_task_on`
3457+
Config option: `run_background_tasks_on`
34583458

34593459
The worker that is used to run background tasks (e.g. cleaning up expired
34603460
data). If not provided this defaults to the main process.

0 commit comments

Comments
 (0)