PERF: Use `less_memory_flags` for `s3:expire_missing_assets` (#152)

This commit is contained in:
David Taylor 2022-11-17 14:57:59 +00:00 committed by GitHub
parent b2e7546e09
commit dc1e22feb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class DockerManager::Upgrader
run("bundle exec rake multisite:migrate")
if using_s3_assets
run("bundle exec rake s3:expire_missing_assets")
run("#{less_memory_flags} bundle exec rake s3:expire_missing_assets")
end
log_version_upgrade