> We don't have a lot of dags and they are very simple, but one of them runs every minute> > and others run every 15 or every hour.>
I would start by looking at your scheduler container. You should be able to pull the container logs and look for evidence that it hangs and stops looping over dags. How are you hosting the containers, e.g., Docker Compose, Docker Swarm, ECS, Kubernetes?
