Page MenuHomeElementl

Add an error boundary around check_add_heartbeat in daemon loop
ClosedPublic

Authored by dgibson on Jul 22 2021, 6:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 10, 9:44 PM
Unknown Object (File)
Feb 12 2023, 2:37 PM
Unknown Object (File)
Feb 10 2023, 11:42 AM
Unknown Object (File)
Feb 8 2023, 6:26 AM
Unknown Object (File)
Feb 6 2023, 7:40 AM
Unknown Object (File)
Jan 29 2023, 12:40 PM
Unknown Object (File)
Dec 28 2022, 6:20 PM
Unknown Object (File)
Nov 18 2022, 1:35 AM
Subscribers
None

Details

Summary

There are two heartbeat additions here in this file - we wrapped one of them in a guard but not the other one. This diff adds it to the other one.

Test Plan

BK, run a daemon that fails this check (e.g. with bad run storage credentials), daemon logs instead of crashing. Heartbeat failures may eventually cause it to crash, but not right away.

Diff Detail

Repository
R1 dagster
Lint
Lint Passed
Unit
No Test Coverage