We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc2a82 commit d924892Copy full SHA for d924892
1 file changed
script/attach_submission_pdfs.rb
@@ -5,6 +5,7 @@ class AttachSubmissionPdfs < Thor
5
6
desc "attach MAPPING_JSON_KEY BUCKET_NAME", "Attach PDFs from S3 to StateFileArchivedIntakes"
7
def attach(mapping_json_key, bucket_name)
8
+ GC.start
9
mappings = load_mappings_from_s3(mapping_json_key, bucket_name)
10
11
attached_count = 0
0 commit comments