https://dagster.io/ logo
Title
s

Shondace

12/15/2022, 12:16 AM
Hey team, how do I fix these errors?
2022-12-15 00:14:26 +0000 - dagster.daemon.QueuedRunCoordinatorDaemon - ERROR - Another QUEUED_RUN_COORDINATOR daemon is still sending heartbeats. You likely │
have multiple daemon processes running at once, which is not supported. Last heartbeat daemon id: 37ed50b2-39e7-437b-8823-bc4e36e6ea11, Current daemon_id: 5bf│
7e12e-1371-47c8-94ad-33b285b4d0a3                                                                                                                             │
2022-12-15 00:14:26 +0000 - dagster.daemon.SchedulerDaemon - ERROR - Another SCHEDULER daemon is still sending heartbeats. You likely have multiple daemon pro│
cesses running at once, which is not supported. Last heartbeat daemon id: 37ed50b2-39e7-437b-8823-bc4e36e6ea11, Current daemon_id: 5bf7e12e-1371-47c8-94ad-33b│
285b4d0a3                                                                                                                                                     │
2022-12-15 00:14:26 +0000 - dagster.daemon.BackfillDaemon - ERROR - Another BACKFILL daemon is still sending heartbeats. You likely have multiple daemon proce│
sses running at once, which is not supported. Last heartbeat daemon id: 37ed50b2-39e7-437b-8823-bc4e36e6ea11, Current daemon_id: 5bf7e12e-1371-47c8-94ad-33b28│
5b4d0a3                                                                                                                                                       │
2022-12-15 00:14:31 +0000 - dagster.daemon.SensorDaemon - ERROR - Another SENSOR daemon is still sending heartbeats. You likely have multiple daemon processes│
 running at once, which is not supported. Last heartbeat daemon id: 37ed50b2-39e7-437b-8823-bc4e36e6ea11, Current daemon_id: 5bf7e12e-1371-47c8-94ad-33b285b4d│
0a3
d

daniel

12/15/2022, 3:41 PM
This error indicates that you're running two dagster-daemons at once - which as per your previous post isn't currently supported