ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

System - Add task init to data record update processing #260

Closed dvstans closed 4 years ago

dvstans commented 4 years ago

When a record is updated, users can set record to externally published which causes DataFed raw data to be deleted. The handler code for this needs to detect when this happens and init a raw data delete task in the background. This is not the same as the record delete task as it only deletes raw data and not the record.

dvstans commented 4 years ago

Done