Skip to content

Local apps shouldn't time out in terms of running#131

Merged
bradhe merged 3 commits intodevelopfrom
tasks/fix-long-running-app-monitoring
Nov 18, 2025
Merged

Local apps shouldn't time out in terms of running#131
bradhe merged 3 commits intodevelopfrom
tasks/fix-long-running-app-monitoring

Conversation

@bradhe
Copy link
Contributor

@bradhe bradhe commented Nov 17, 2025

This PR changes the timeout logic slightly for local apps to prevent them from "timing out" after some amount of time. They should be able to run for as long as they need to run!

I also changed the output logic to defer printing the success or error message strictly at the end of the run output.

Comment on lines +586 to +588
err_count += 1;

// If we get five errors in a row, we abandon monitoring.
Copy link
Member

Choose a reason for hiding this comment

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

I don't see that we reset err_count anywhere, should we reset it if we get a non error?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorted--thanks. I accidentally deleted it from an earlier iteration 😄

@bradhe bradhe merged commit 1d53007 into develop Nov 18, 2025
5 checks passed
@bradhe bradhe deleted the tasks/fix-long-running-app-monitoring branch November 18, 2025 21:58
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.

2 participants

Comments