Skip to content

Commit 66457a9

Browse files
committed
updates to compute worker to not duplicate submission files and to use submission during both ingestion and scoring
1 parent d41062b commit 66457a9

3 files changed

Lines changed: 316 additions & 77 deletions

File tree

.env_sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ AWS_STORAGE_PRIVATE_BUCKET_NAME=private
7171
AWS_S3_ENDPOINT_URL=http://minio:9000/
7272
AWS_QUERYSTRING_AUTH=False
7373
# Optional URL rewriting in compute worker, format: FROM | TO
74-
#WORKER_BUNDLE_URL_REWRITE=http://localhost:9000|http://minio:9000
74+
#WORKER_BUNDLE_URL_REWRITE=http://localhost:9000/|http://minio:9000/
7575

7676

7777
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)