1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 # This task finds containers that have been finished for at least as long as
6 # the duration specified in the `clean_container_log_rows_after` config setting,
7 # and deletes their stdout, stderr, arv-mount, crunch-run, and crunchstat logs
11 desc "deprecated / no-op"
13 task delete_old_container_logs: :environment do
14 Rails.logger.info "this db:delete_old_container_logs rake task is no longer used"