Skip to content
Snippets Groups Projects
Verified Commit 5ff7c045 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Document cleanup settings

parent 284da01c
No related branches found
No related tags found
1 merge request!113Document cleanup settings
Pipeline #169918 passed
......@@ -169,6 +169,20 @@ Hostname and optional port number for a [memcached](https://www.memcached.org/)
Required only with `memcached` and `redis` caches; ignored for other cache types.
## `cleanup`
*Since Arkindex 1.6.1.*
This section defines configuration items related to the `arkindex cleanup` administrator command.
### `cleanup.model_delay`
Minimum days between the archival date of a Model and its deletion, if it does not have any associated ML results. Defaults to 30 days.
### `cleanup.worker_delay`
Minimum days between the archival date of a Worker and its deletion, if it does not have any associated ML results. Defaults to 30 days.
## `cors`
This section defines configuration items specific to Cross-Origin Resource Sharing on the REST API.
......
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