Hey guys i'm run my stack on ECS, but when i have ...
# prefect-community
f
Hey guys i'm run my stack on ECS, but when i have a bunch of flows running in parallel sometimes i start get timeout for apollo service/hasura that lead the flow to be considered a zombie task and get killed/fail, what i can do to reduce this ocurrence?
k
Is this on Cloud or Server?
upvote 1
a
you can check this to set concurrency limits for Server to limit how many runs start at the same time
f
It's a Server.
Cool i check this out.
👍 1
k
If it’s server you may need to bump up the resources for your API (apollo) container. It seems to be getting overwhelmed