# Missing feature to cleanup historical tasks. ```ruby DeployPin.config do cleanup_safe_timewindow 2.month ... end ``` ```bash bundle exec rake deploy_pin:cleanup # removes all deploy_pin files older then 2.months ```