Rio McMahon
03/10/2022, 10:33 PMNo heartbeat detected from the flow run; marking the run as failed.
. The SQL query takes ~45 seconds to run on my local machine so I am curious what interval the zombie killer process polls at and if you have any suggestions for debugging this interruption. The flow/associated scripts run fine on my local machine. Thanks.Kevin Kho
03/10/2022, 10:35 PMRio McMahon
03/11/2022, 4:31 PMECSAgent(env_vars={'cpu':'1024', 'memory':'8192'}
Does that accomplish the same thing as setting
ECSRun(cpu='1024', memory='8192')
the documentation (https://docs.prefect.io/api/latest/agent/ecs.html#ecsagent) says that env_vars
is "A dictionary of environment variables and values that will be set on each flow run that this agent submits for execution."
Just want to make sure I am interpreting that correctlyKevin Kho
03/11/2022, 4:37 PMRio McMahon
03/11/2022, 4:39 PMECSRun(cpu='1024', memory='8192')
is there some other place to set that?Kevin Kho
03/11/2022, 4:40 PMRio McMahon
03/11/2022, 4:41 PMKevin Kho
03/11/2022, 4:44 PM