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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have Evaluator not discard context after recursion #96

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

DeadlySurgeon
Copy link
Contributor

@DeadlySurgeon DeadlySurgeon commented Nov 20, 2023

Resolves #93

This PR rewrites functions in evaluator to ensure that the context is being passed around correctly and not discarded on recursion. This ensures that any timeout specified in the context, or if a context is canceled, it will have a chance to get through the evaluation.

@skx skx merged commit 77f5afc into skx:master Nov 21, 2023
1 check passed
@DeadlySurgeon DeadlySurgeon deleted the ctxfix branch November 21, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EvalContext discards context on recursion
2 participants