Has anyone else had funky k8/fargate scaling behav...
# ask-community
c
Has anyone else had funky k8/fargate scaling behavior with Prefect? Would love some second opinions. Edit: For some context, with an S3/K8 config, I can reach slightly above 30ish% utilization on my instance, and my cluster has a fargate profile configured for it. Although I'm hitting somewhere in the low 30's, there are somehow tasks that fail outright with a heartbeat error, and presumably when I was running Docker/K8 which manifested as an HTTP error. These tasks will intermittently succeed, which is why I'm a little confused, but will otherwise fail as I'm trying to load test our instance presumably due to lack of adequate resources. On the frontend, I'm running six tasks scheduled on a 1 min interval. 4 out of the 6 tasks run just fine consistently. The two that crash are variants of one of our heavier flows, and alternate between failure and success (more failures).