You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
In #12 we persisted the results of successful runs. Additionally, errors are returned via the API, however they are not persisted, so if you retrieve the run later it will just look like it is pending.
Expected Outcome
Introduce a way to persist some kind of status of a rec Run, and some details of the failure (if it occurs)
Context / Goal
In #12 we persisted the results of successful runs. Additionally, errors are returned via the API, however they are not persisted, so if you retrieve the run later it will just look like it is pending.
Expected Outcome
statusof a rec Run, and some details of the failure (if it occurs)Out of Scope
Additional context / implementation notes