Hi All, I have what I hope is a quick question. ...
# ask-community
m
Hi All, I have what I hope is a quick question. We are running prefect server and seem to have an issue with the Zombie Killer for a long running process. I want to set the heartbeat_mode to "thread". Looking here: https://docs.prefect.io/orchestration/concepts/services.html#heartbeat-configuration I see the following environment variable. Is this appropriate when running prefect server? Or just for Cloud?
Copy code
PREFECT__CLOUD__HEARTBEAT_MODE
Or is there an equivalent env for server, like this:
Copy code
PREFECT__SERVER__HEARTBEAT_MODE
Thanks, Matt
a
@Matt Denno you can use it in Server, too.
m
Thanks Anna. Would it still be the cloud environment variable.
Copy code
PREFECT__CLOUD__HEARTBEAT_MODE
a
yes, that’s correct.
m
Perfect! Thanks so much!