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

Temporarily disable output timeout checking until we have a better fix #237

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

plars
Copy link
Collaborator

@plars plars commented Mar 25, 2024

This to work around an issue with how we do output timeout checking for now, until we have a better way.

When I originally refactored this, the output timeout checking was on another thread, but it was a bit hairy. That was one of the pieces I was trying to clean up, so I ended up consolidating it as a "stop_condition_checker" that we could register, but I missed the part where it needs to have awareness of the latest time new output was seen.
Will look into whether output timeout checking makes sense really, or at least providing a better fix.
But for now, it's very likely this could cause things to fail prematurely, so we need to address that immediately

nadzyah
nadzyah previously approved these changes Mar 25, 2024
@plars plars force-pushed the disable-output-timeout-checking-for-now branch from 288ae6c to ca3dff6 Compare March 25, 2024 14:56
@plars plars requested a review from nadzyah March 25, 2024 15:27
Copy link

@omar-selo omar-selo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@plars plars merged commit ae5b9fb into main Mar 25, 2024
2 checks passed
@plars plars deleted the disable-output-timeout-checking-for-now branch March 25, 2024 15:28
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.

3 participants