Skip to content
Snippets Groups Projects
Unverified Commit 929797d9 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Add a note to the config documentation that the 'delete_stale_devices_after'...

Add a note to the config documentation that the 'delete_stale_devices_after' job always runs on the main process (#15452)
parent e12d788b
No related branches found
No related tags found
No related merge requests found
Note that the `delete_stale_devices_after` background job always runs on the main process.
\ No newline at end of file
......@@ -577,6 +577,10 @@ delete any device that hasn't been accessed for more than the specified amount o
Defaults to no duration, which means devices are never pruned.
**Note:** This task will always run on the main process, regardless of the value of
`run_background_tasks_on`. This is due to workers currently not having the ability to
delete devices.
Example configuration:
```yaml
delete_stale_devices_after: 1y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment