Hey Prefect, I have tried disabling heartbeat usin...
# prefect-community
r
Hey Prefect, I have tried disabling heartbeat using instructions at https://docs.prefect.io/orchestration/concepts/services.html#heartbeat-configuration, however they dont seem to work for Prefect Server. What’s the
config.toml
setting for disabling both heartbeat and lazarus for prefect flows on Prefect Server?
1
a
even though the config is "cloud", it also works on Prefect Server:
Copy code
[cloud]
heartbeat_mode = "off" # ['process', 'thread', 'off']
more on that here
r
This doesn't work for us, still seeing heartbeat failure after this
And config to disable Lazarus?
a
there are like 3 methods there - have you tried all of them?
r
@Anna Geller the other 2 methods wont really work for us, is there is a way to check somehow if the settings from config.toml were applied to the flow via graphql or via prefect UI for prefect 1.x.x ?
a
this could be likely solved with Audit logs but this is Enterprise Cloud feature