Matthew Roeschke
04/25/2022, 4:46 PMNo heartbeat detected from the remote task; marking the run as failed.
Kevin Kho
Matthew Roeschke
04/25/2022, 4:48 PMPREFECT__SERVER__HEARTBEAT_MODE
instead PREFECT__CLOUD__HEARTBEAT_MODE
?Kevin Kho
Matthew Roeschke
04/25/2022, 9:03 PMKubernetesRun
KUBERNETES_RUNCONFIG = KubernetesRun(
image=IMAGE,
image_pull_secrets=[MANIFOLD_IMG_PULL_SECRET],
image_pull_policy="Always",
job_template_path=JOB_TEMPLATE_PATH,
env={"PREFECT__CLOUD__HEARTBEAT_MODE": "thread"},
)
and I am still getting
No heartbeat detected from the remote task; marking the run as failed.
Kevin Kho
Matthew Roeschke
04/25/2022, 9:06 PMasynchronously
using Python’s built in async
frameworkKevin Kho
Matthew Roeschke
04/25/2022, 9:13 PMKevin Kho
Matthew Roeschke
04/25/2022, 9:20 PMKevin Kho
Matthew Roeschke
04/25/2022, 9:30 PM