Skip to content

Commit

Permalink
Merge pull request #3377 from AlexsLemonade/dev
Browse files Browse the repository at this point in the history
Production Deploy
  • Loading branch information
davidsmejia authored Sep 6, 2023
2 parents 4f9913a + 8aad8f6 commit 6a18d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infrastructure/deregister_batch_job_definitions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import time

import boto3

Expand Down Expand Up @@ -35,3 +36,5 @@
# There can be multiple revisions per job definition. We want them all gone.
for job_definition in job_definitions:
batch.deregister_job_definition(jobDefinition=job_definition["jobDefinitionArn"])

time.sleep(1)

0 comments on commit 6a18d14

Please sign in to comment.