alan-turing-institute / simulate

A web framework for research simulations.
http://simulate.readthedocs.io
MIT License
4 stars 1 forks source link

Cloud storage checks #69

Closed masonlr closed 5 years ago

masonlr commented 6 years ago

Goal

We need to increase the robustness of Azure storage checks and somehow relay these to the user. For example, if a file is listed in a job's scripts but does not exist on Azure blob storage, we currently don't get an error message.

Acceptance criteria

Out of scope

Implementation notes

Pad out the error checks in file_getter.get_remote_scripts()

masonlr commented 5 years ago

112 may make this issue redundant. Implement #112 first.