X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/068b2c9dbe1e467119680cbab61c62a03ad4fafd..f156def25b0720dac1e102727f3a3821b98fb551:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index e3db0271d1..bc752ed1d5 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -220,6 +220,12 @@ common: # stderr logs from the logs table. clean_job_log_rows_after: <%= 30.days %> + # When you run the db:delete_old_container_logs task, it will find + # containers that have been finished for at least this many seconds, + # and delete their stdout, stderr, arv-mount, crunch-run, and + # crunchstat logs from the logs table. + clean_container_log_rows_after: <%= 30.days %> + # The maximum number of compute nodes that can be in use simultaneously # If this limit is reduced, any existing nodes with slot number >= new limit # will not be counted against the new limit. In other words, the new limit