Skip to content

Commit

Permalink
bump pg resouces for big db
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Sep 23, 2024
1 parent 9526210 commit 350a0bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mobilecoin-workflow-dev-reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,12 @@ jobs:
AWS_DEFAULT_REGION: eu-central-1
BUCKET: mobilecoin.eu.development.chain
NAMESPACE: ${{ inputs.namespace }}
shell: bash
run: |
for i in 1 2 3
do
aws s3 rm --only-show-errors --recursive "s3://${BUCKET}/node${i}.${NAMESPACE}.development.mobilecoin.com" &
pids[i]=$!
aws s3 rm --only-show-errors --recursive "s3://${BUCKET}/node${i}.${NAMESPACE}.development.mobilecoin.com" &
pids[i]=$!
done

# wait for all pids to finish
Expand Down

0 comments on commit 350a0bb

Please sign in to comment.