https://prefect.io logo
Title
r

Rajeshwar Agrawal

07/14/2022, 12:15 PM
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

Anna Geller

07/14/2022, 12:54 PM
even though the config is "cloud", it also works on Prefect Server:
[cloud]
heartbeat_mode = "off" # ['process', 'thread', 'off']
more on that here
r

Rajeshwar Agrawal

07/14/2022, 1:03 PM
This doesn't work for us, still seeing heartbeat failure after this
And config to disable Lazarus?
a

Anna Geller

07/14/2022, 1:04 PM
there are like 3 methods there - have you tried all of them?
r

Rajeshwar Agrawal

07/18/2022, 6:30 AM
@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

Anna Geller

07/18/2022, 11:10 AM
this could be likely solved with Audit logs but this is Enterprise Cloud feature