Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pass ExecutionInput to getOrElse method (#1918) #1919

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

samuelAndalon
Copy link
Contributor

馃摑 Description

trying to implement a distributed cache mechanism for parsed and validated operations, in the getOrElse method is where we would be setting the operation into an external cache, for that, we need access to the actual operation, which is included in the ExecutionInput.

No more changes are needed given that the action of storing the parsed and validated operation is potentially async, but we don't care about the result.

馃摑 Description

馃敆 Related Issues

### 馃摑 Description
trying to implement a distributed cache mechanism for parsed and
validated operations, in the `getOrElse` method is where we would be
setting the operation into an external cache, for that, we need access
to the actual operation, which is included in the `ExecutionInput`.

No more changes are needed given that the action of storing the parsed
and validated operation is potentially async, but we don't care about
the result.
@samuelAndalon samuelAndalon merged commit 2fb8447 into 6.x.x Jan 25, 2024
1 check failed
@samuelAndalon samuelAndalon deleted the feat/getOrElse-execution-input branch January 25, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants