https://dagster.io/ logo
Title
j

Johnny Bravo

02/07/2022, 11:16 AM
When I start my computer from sleeping, my docker containers are stopped because failed heartbeats in dagster daemon. Not very convenient. Is there a way to avoid this? I suspect that in the background dagster daemon compares current time with last successful healthcheck time. Like validating successful heartbeats in a separate loop
d

daniel

02/07/2022, 3:03 PM
Hi, thanks for reporting this, we should be able to fix this on our end. In the meantime as a workaround you may be able to set up your dagster daemon to automatically restart when it fails (with something like
restart: on-failure
in docker-compose, for example)
❤️ 1