Skip to content

API support for polling ingest status #4

@bnlawrence

Description

@bnlawrence

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    V1.1 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions