Kostas Chalikias
05/13/2020, 2:38 PMnicholas
05/13/2020, 2:53 PMFailed
by the zombie killer. You can turn this off in the Settings of your flow from the UI or by running this mutation:
mutation {
disable_flow_heartbeat(input: { flow_id: "your-flow-id-here" }) {
success
}
}
Kostas Chalikias
05/13/2020, 2:57 PMnicholas
05/13/2020, 3:12 PMKostas Chalikias
05/13/2020, 3:19 PMZachary Hughes
05/13/2020, 3:50 PMSettings
tab for your flow in the UI or by running this GraphQL mutation.
https://docs.prefect.io/orchestration/concepts/flows.html#toggling-heartbeatsKostas Chalikias
05/13/2020, 4:03 PM