Runtime: on error, return the last known state, rather than reverting to input state
Open
@josephjclark is already working on this.
Since Jul 22, 2024.
design
DevX
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 23
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 17
Description
From @josephjclark 's https://github.com/OpenFn/kit/pull/475
"""
1.After an error, do we pass downstream/return the state as it was at the point of error, OR the pristine initial state at the start of the job?
2. Do keep the incomplete state from the job or do we reset it?
At the moment we keep the incomplete state. This seems fine. I do not know the correct answer.
"""
Contributor guide
No contributing guide indexed for this repository
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.