Caching results of a node if they panic #7203
Unanswered
radeusgd
asked this question in
Work In Progress - Engine
Replies: 1 comment 1 reply
-
How does it connect with the plans that we want to replace panics with dataflow errors altogether in the future? Would it not solve this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The discussion under the PR fixing caching of dataflow errors (#7193) highlights a 'conflict' between two functionalities that we want.
We are caching regular results, and with #7193 we will be (are? if read later 🙂) caching results if they are a dataflow error. We are still not caching panics, as this has its own repercussions.
The dichotomy is as follows:
Currently we are picking (1) as this is what we used to have. But that has its drawbacks. Should we keep (1) or switch to (2)? Or maybe there is some smart way to reconcile the two conflicting features?
Beta Was this translation helpful? Give feedback.
All reactions