Abhishek Mitra
04/27/2023, 7:16 AMUnhealthy
for that work-queue & pool and I don't know why.
And my flows are stuck in a Late
status. Can anybody suggest a way to fix this?
logs are fine:
___ ___ ___ ___ ___ ___ _____ _ ___ ___ _ _ _____
| _ \ _ \ __| __| __/ __|_ _| /_\ / __| __| \| |_ _|
| _/ / _|| _|| _| (__ | | / _ \ (_ | _|| .` | | |
|_| |_|_\___|_| |___\___| |_| /_/ \_\___|___|_|\_| |_|
Agent started! Looking for work from work pool 'dev-work-pool'...
Healthy
now.Caleb Ejakait
04/27/2023, 8:58 AMAbhishek Mitra
04/27/2023, 2:50 PMHealthy
status by now.
(Assuming you're trying to deploy an agent in ECS Fargate)
You can try to :
• mention work queue and work pool in the command while deploying agent prefect agent start --pool work-pool --work-queue work-queue
• check if correct PREFECT_API_URL
value is passed to task_definition
• set variable PREFECT_API_ENABLE_HTTP2=False