-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Based on the comment below, we should raise an error if the same store is used docs_store and additional_stores
Figured it out - there's some extra configuration stuff that's important here:
- The regular job store and the
addtional_stores.datastore need to point to separate JSON files, or the outputs and blob data will be written to the same file. That causes problems because...- ...the key for the job store needs to be
uuidandjob_uuidfor blob storage. The default istask_idinmaggmadocs_store: type: JSONStore paths: /Users/aaronkaplan/Downloads/test_output.json read_only: False key: uuid additional_stores: data: type: JSONStore paths: /Users/aaronkaplan/Downloads/test_output_blobs.json read_only: False key: job_uuid
Originally posted by @esoteric-ephemera in #1390
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels