Skip to content

Commit

Permalink
dagit-debug fix in-mem daemon heartbeats (#6943)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangenfeld committed Mar 4, 2022
1 parent bfcc59b commit 8b5a4ca
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,7 @@ def add_daemon_heartbeat(self, daemon_heartbeat: DaemonHeartbeat):
)

def get_daemon_heartbeats(self) -> Dict[str, DaemonHeartbeat]:
raise NotImplementedError(
"The dagster daemon lives in a separate process. It cannot use in memory storage."
)
return {}

def wipe_daemon_heartbeats(self):
raise NotImplementedError(
Expand Down

0 comments on commit 8b5a4ca

Please sign in to comment.