https://dagster.io/ logo
#ask-community
Title
# ask-community
b

Bernardo Cortez

06/08/2022, 3:06 PM
Hi there! I have deployed a daemon and dagit services in 2 clusters each in order to have redundancy in production. However, I get the following logs:
SCHEDULER daemon is still sending heartbeats. You likely have multiple daemon processes running at once, which is not supported. Last heartbeat daemon id: 8976b871-bc89-4d4e-978b-f01f032d45ac, Current daemon_id: d91d6074-b416-4443-832d-bbc120080411
However, there seems to be no problem other than having duplicate runs, which I can get rid of by querying graphql. Do you see any other problems? If not, why does the error message say something so harsh as "not supported"? Thanks!
j

johann

06/08/2022, 3:39 PM
It’s not supported because the duplicate issue you mention, and because we don’t test with it so it could have other latent issues
👍 1
b

Bernardo Cortez

06/08/2022, 3:46 PM
Ok thanks!
Do you believe this error to be somehow related to the fact that I have two daemons? Or is there another more plausible source of this error?
j

johann

06/15/2022, 2:29 PM
Yeah this would be a failure from launching the same run twice
👍 1
9 Views