hey I am running into an issue with Prisma(I am on Prisma 1) that I don't really know how to solve, I have a scheduled job that needs to go through all of my rows in my tables and update values throughout the day, but as my rows have been growing this means I end up with 1000s of queries, and as I get up to around that number the batched graphql client just fails with an internal server error