Skip to content

Add data dependency App #115

@christopherwharrop-noaa

Description

@christopherwharrop-noaa

Parsl does not provide a means to trigger downstream tasks when the current, still running, task has produced an output file. Partial completion of tasks cannot trigger completion of data futures. The solution is to create a function or Parsl App that polls for a given file until a customizable condition is met or a timeout is reached. The function would return a future whose result is available once one of those conditions occurs. This would allow for creation of data dependencies in the same vein as what Rocoto's dependencies provides.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions