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

Add error boundaries to prevent write stream errors in InstigationLogger from failing schedule/sensor ticks #26609

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gibsondan
Copy link
Member

@gibsondan gibsondan commented Dec 19, 2024

This prevents issues with the compute log manager from failing a schedule or sensor tick in which the logging call is happening.

Summary & Motivation

How I Tested These Changes

BK

Changelog

Exceptions that are raised when a schedule or sensor are writing logs will now write an error message to stdout instead of failing the tick.

Insert changelog entry or delete this section.

@gibsondan gibsondan changed the title Add error boundaries around setting up and tearing down the write stream in InstigationLogger Add error boundaries to prevent write stream errors in InstigationLogger from failure schedule/sensor ticks Dec 19, 2024
@gibsondan gibsondan changed the title Add error boundaries to prevent write stream errors in InstigationLogger from failure schedule/sensor ticks Add error boundaries to prevent write stream errors in InstigationLogger from failing schedule/sensor ticks Dec 19, 2024
…eam in InstigationLogger

This prevents issues with the compute log manager from failing a schedule or sensor tick in which the logging call is happening.
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