Project

General

Profile

Feature #18863

Updated by Ward Vandewege about 2 years ago

As identified in https://dev.arvados.org/issues/18763#note-5, we have a "deleted_old_container_logs" rake task that is supposed to be running in a cron job to clear out old container logs. 

 Following the pattern we started using for the trash sweeps (#18339), add a background job that executes this sql query. 

 Remove the rake task file from the repository. Add a note to the upgrade nodes document that the cron job should be removed when upgrading.

Back