simvue-io / simvue-io/python-api
Define Alerts to Terminate Runs if System Unhealthy
Open
enhancement
python
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 4
Description
Problem Statement
To prevent loss of data if the system has low disk space during a run, or very low memory, Simvue should by default throw an alert which then terminates the run ensuring data is uploaded in advance of the system then crashing.
Solution
Add two new pre-defined alerts to the simvue.run.Run class based on metrics gathered on system status.
Alternatives Considered
N/A
Additional Context
Add also metadata outlining the system total capacity stats before execution.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.