-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Use Case:
Cylc job running on remote system wishes to ingest data into the NLDS, and remove data on that system when NLDS has the data. That requires something like:
job - > nlds : load manifest
nlds -> job: job id
repeat:
job -> nlds: is it loaded?
until: ndls -> job: yes
job deletes local copy of data described by manifest
which requires client-side support, which may or may not be planned for.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
V1.1 Backlog