Skip to content

Commit

Permalink
Changing delete_on_completion to True
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Jun 25, 2024
1 parent 868e36b commit e1fcc0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/config-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ELASTICSEARCH:
SCHEME: http
INDEX: dane-index-k8s
FILE_SYSTEM:
BASE_MOUNT: data # /data when running in a container
BASE_MOUNT: data # data when running locally, /data when running in container
INPUT_DIR: input-files
OUTPUT_DIR: output-files
INPUT:
Expand All @@ -34,7 +34,7 @@ INPUT:
S3_BUCKET: example-input
S3_FOLDER_IN_BUCKET: assets # folder within the bucket
S3_BUCKET_MODEL: example-model
DELETE_ON_COMPLETION: False
DELETE_ON_COMPLETION: True
OUTPUT:
DELETE_ON_COMPLETION: True
TRANSFER_ON_COMPLETION: True
Expand Down
2 changes: 1 addition & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ELASTICSEARCH:
SCHEME: http
INDEX: dane-index-k8s
FILE_SYSTEM:
BASE_MOUNT: data # /data when running in a container
BASE_MOUNT: data # data when running locally, /data when running in container
INPUT_DIR: input-files
OUTPUT_DIR: output-files
INPUT:
Expand Down

0 comments on commit e1fcc0d

Please sign in to comment.