Database seed with 70,000 items
You have an outstanding query call. Operations should be awaited or they might not run. Not awaiting promises might result in unexpected failures. See https://docs.convex.dev/functions/actions#dangling-promises for more information.This is my code, I've tried writing it in many ways
I have a npm script that seeds data into a database, this seed is an internal action that is meant to fetch a JSON response from an external source, the size of the JSON response is approximately 7MB.
When this action runs, I want to run a mutation that adds each of the item to a table. I'm not able to get past this issue with Promises.
